#575D96

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

Shades of Governor Bay #575D96

Tints of Governor Bay #575D96

Color information

#575D96 (or 0x575D96) is unknown color: approx Governor Bay. HEX triplet: 57, 5D and 96. RGB value is (87,93,150). Sum of RGB (Red+Green+Blue) = 87+93+150=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #575D96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575D96 is #A8A269. Grayscale: #616161. Windows color (decimal): -11051626 or 9854295. OLE color: 9854295.

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

Color convert

RGB8793150-
CMYK0.420.3800.41
HSL234.29º26.58%46.47%-
HSV(B)234.29º42%58.82%-
XYZ13.3512.0630.48-
YUV97.7157.51120.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.36%
GREEN value IS 93 (36.72% from 255) = 28.18%
BLUE value IS 150 (58.98% from 255) = 45.45%
R=26.36%
G=28.18%
B=45.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal87931500.420.3800.41234.2926.5846.47
Hex575D962A26029ea1b2e
Octal12713522652460513523356
Binary101011110111011001011010101010011001010011110101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,93,150); }

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

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

 a { background-color: rgb(87,93,150); }

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

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

 span { border-color: rgb(87,93,150); }

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