Html Css Color HEX #575A87 Governor Bay

📋 copy color: '#575A87'

red 87 ◦ green 90 ◦ blue 135

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

Shades of Governor Bay #575A87

Tints of Governor Bay #575A87

RGB

 RED value IS 87 (34.38% from 255) = 27.88%

 GREEN value IS 90 (35.55% from 255) = 28.85%

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

R = 27.88%
G = 28.85%
B = 43.27%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#575A87 (or 0x575A87) is known color: Governor Bay. HEX triplet: 57, 5A and 87. RGB value is (87,90,135). Sum of RGB (Red+Green+Blue) = 87+90+135=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 135 - color contains mainly: blue. Hex color #575A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575A87 is #A8A578. Grayscale: #5E5E5E. Windows color (decimal): -11052409 or 8870487. OLE color: 8870487.

HSL color Cylindrical-coordinate representation of color #575A87: hue angle of 236.25º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #575A87 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 87 90 135 -
CMYK 0.36 0.33 0 0.47
HSL 236.25º 0.22% 0.44% -
HSV(B) 236.25º 0.36% 0.53% -
XYZ 11.96 11.09 24.43 -
YUV 94.23 151.01 122.84 -
System Red Green Blue C M Y K H S L
Decimal 87 90 135 0.36 0.33 0 0.47 236.25 0.22 0.44
Hex 57 5A 87 24 21 0 2F EC 16 2C
Octal 127 132 207 44 41 0 57 354 26 54
Binary 1010111 1011010 10000111 100100 100001 0 101111 11101100 10110 101100

Color Harmonies of #575A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A87

Black with #575A87

Text Example


Text Example

White with #575A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575A87; }

 p { color: rgb(87,90,135); }

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

background-color css

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

 a { background-color: rgb(87,90,135); }

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

border-color css

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

 span { border-color: rgb(87,90,135); }

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