#575F97

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

Shades of Governor Bay #575F97

Tints of Governor Bay #575F97

Color information

#575F97 (or 0x575F97) is unknown color: approx Governor Bay. HEX triplet: 57, 5F and 97. RGB value is (87,95,151). Sum of RGB (Red+Green+Blue) = 87+95+151=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 151 (59.38% from 255 or 45.35% from 333); Max value from RGB is 151 - color contains mainly: blue. Hex color #575F97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575F97 is #A8A068. Grayscale: #626262. Windows color (decimal): -11051113 or 9920343. OLE color: 9920343.

HSL color Cylindrical-coordinate representation of color #575F97: hue angle of 232.5º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #575F97 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8795151-
CMYK0.420.3700.41
HSL232.5º26.89%46.67%-
HSV(B)232.5º42.38%59.22%-
XYZ13.6112.4530.96-
YUV98.99157.35119.45-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.13%
GREEN value IS 95 (37.5% from 255) = 28.53%
BLUE value IS 151 (59.38% from 255) = 45.35%
R=26.13%
G=28.53%
B=45.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal87951510.420.3700.41232.526.8946.67
Hex575F972A25029e81b2f
Octal12713722752450513503357
Binary101011110111111001011110101010010101010011110100011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,95,151); }

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

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

 a { background-color: rgb(87,95,151); }

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

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

 span { border-color: rgb(87,95,151); }

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