Html Css Color HEX #535587 Governor Bay

📋 copy color: '#535587'

red 83 ◦ green 85 ◦ blue 135

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

Shades of Governor Bay #535587

Tints of Governor Bay #535587

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.05%

 BLUE value IS 135 (53.13% from 255) = 44.55%

R = 27.39%
G = 28.05%
B = 44.55%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#535587 (or 0x535587) is known color: Governor Bay. HEX triplet: 53, 55 and 87. RGB value is (83,85,135). Sum of RGB (Red+Green+Blue) = 83+85+135=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #535587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535587 is #ACAA78. Grayscale: #595959. Windows color (decimal): -11315833 or 8869203. OLE color: 8869203.

HSL color Cylindrical-coordinate representation of color #535587: hue angle of 237.69º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #535587 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 85 135 -
CMYK 0.39 0.37 0 0.47
HSL 237.69º 0.24% 0.43% -
HSV(B) 237.69º 0.39% 0.53% -
XYZ 11.19 10.09 24.28 -
YUV 90.1 153.34 122.93 -
System Red Green Blue C M Y K H S L
Decimal 83 85 135 0.39 0.37 0 0.47 237.69 0.24 0.43
Hex 53 55 87 27 25 0 2F EE 18 2B
Octal 123 125 207 47 45 0 57 356 30 53
Binary 1010011 1010101 10000111 100111 100101 0 101111 11101110 11000 101011

Color Harmonies of #535587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535587

Black with #535587

Text Example


Text Example

White with #535587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535587; }

 p { color: rgb(83,85,135); }

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

background-color css

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

 a { background-color: rgb(83,85,135); }

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

border-color css

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

 span { border-color: rgb(83,85,135); }

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