#575B87

Color #575B87 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #575B87

Tints of Governor Bay #575B87

Color information

#575B87 (or 0x575B87) is unknown color: approx Governor Bay. HEX triplet: 57, 5B and 87. RGB value is (87,91,135). Sum of RGB (Red+Green+Blue) = 87+91+135=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 135 (53.12% from 255 or 43.13% from 313); Max value from RGB is 135 - color contains mainly: blue. Hex color #575B87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575B87 is #A8A478. Grayscale: #5E5E5E. Windows color (decimal): -11052153 or 8870743. OLE color: 8870743.

HSL color Cylindrical-coordinate representation of color #575B87: hue angle of 235º 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 #575B87 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8791135-
CMYK0.360.3300.47
HSL235º21.62%43.53%-
HSV(B)235º35.56%52.94%-
XYZ12.0411.2624.46-
YUV94.82150.67122.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.80%
GREEN value IS 91 (35.94% from 255) = 29.07%
BLUE value IS 135 (53.12% from 255) = 43.13%
R=27.80%
G=29.07%
B=43.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87911350.360.3300.4723521.6243.53
Hex575B87242102Feb162c
Octal12713320744410573532654
Binary101011110110111000011110010010000101011111110101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #575B87;
 }
 .AnyTagClassName
 {
   color: #575B87;
 }
</style>
background-color css

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

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

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

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

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

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