Html Css Color HEX #535683 Governor Bay

📋 copy color: '#535683'

red 83 ◦ green 86 ◦ blue 131

#535683
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #535683

Tints of Governor Bay #535683

RGB

 RED value IS 83 (32.81% from 255) = 27.67%

 GREEN value IS 86 (33.98% from 255) = 28.67%

 BLUE value IS 131 (51.56% from 255) = 43.67%

R = 27.67%
G = 28.67%
B = 43.67%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#535683 (or 0x535683) is known color: Governor Bay. HEX triplet: 53, 56 and 83. RGB value is (83,86,131). Sum of RGB (Red+Green+Blue) = 83+86+131=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 131 - color contains mainly: blue. Hex color #535683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535683 is #ACA97C. Grayscale: #5A5A5A. Windows color (decimal): -11315581 or 8607315. OLE color: 8607315.

HSL color Cylindrical-coordinate representation of color #535683: hue angle of 236.25º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #535683 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 86 131 -
CMYK 0.37 0.34 0 0.49
HSL 236.25º 0.22% 0.42% -
HSV(B) 236.25º 0.37% 0.51% -
XYZ 10.99 10.13 22.85 -
YUV 90.23 151.01 122.84 -
System Red Green Blue C M Y K H S L
Decimal 83 86 131 0.37 0.34 0 0.49 236.25 0.22 0.42
Hex 53 56 83 25 22 0 31 EC 16 2A
Octal 123 126 203 45 42 0 61 354 26 52
Binary 1010011 1010110 10000011 100101 100010 0 110001 11101100 10110 101010

Color Harmonies of #535683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535683

Black with #535683

Text Example


Text Example

White with #535683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535683; }

 p { color: rgb(83,86,131); }

 H1.HeaderClassName
 {
   color: #535683;
 }
 .AnyTagClassName
 {
   color: #535683;
 }
</style>

background-color css

<style>
 a { background-color: #535683; }

 a { background-color: rgb(83,86,131); }

 div.DivClassName
 {
   background-color: #535683;
 }
 .BgClassName
 {
   background-color: #535683;
 }
</style>

border-color css

<style>
 span { border-color: #535683; }

 span { border-color: rgb(83,86,131); }

 td.TdClassName
 {
   border-color: #535683;
 }
 .TagClassName
 {
   border-color: #535683;
 }
</style>