#575B8A

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

Shades of Governor Bay #575B8A

Tints of Governor Bay #575B8A

Color information

#575B8A (or 0x575B8A) is unknown color: approx Governor Bay. HEX triplet: 57, 5B and 8A. RGB value is (87,91,138). Sum of RGB (Red+Green+Blue) = 87+91+138=316 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.53% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: blue. Hex color #575B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575B8A is #A8A475. Grayscale: #5E5E5E. Windows color (decimal): -11052150 or 9067351. OLE color: 9067351.

HSL color Cylindrical-coordinate representation of color #575B8A: hue angle of 235.29º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #575B8A is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8791138-
CMYK0.370.3400.46
HSL235.29º22.67%44.12%-
HSV(B)235.29º36.96%54.12%-
XYZ12.2611.3425.59-
YUV95.16152.17122.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.53%
GREEN value IS 91 (35.94% from 255) = 28.80%
BLUE value IS 138 (54.30% from 255) = 43.67%
R=27.53%
G=28.80%
B=43.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal87911380.370.3400.46235.2922.6744.12
Hex575B8A252202Eeb172c
Octal12713321245420563532754
Binary101011110110111000101010010110001001011101110101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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