#575E92

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

Shades of Governor Bay #575E92

Tints of Governor Bay #575E92

Color information

#575E92 (or 0x575E92) is unknown color: approx Governor Bay. HEX triplet: 57, 5E and 92. RGB value is (87,94,146). Sum of RGB (Red+Green+Blue) = 87+94+146=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #575E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575E92 is #A8A16D. Grayscale: #616161. Windows color (decimal): -11051374 or 9592407. OLE color: 9592407.

HSL color Cylindrical-coordinate representation of color #575E92: hue angle of 232.88º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #575E92 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8794146-
CMYK0.400.3600.43
HSL232.88º25.32%45.69%-
HSV(B)232.88º40.41%57.25%-
XYZ13.1212.1128.84-
YUV97.84155.18120.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.61%
GREEN value IS 94 (37.11% from 255) = 28.75%
BLUE value IS 146 (57.42% from 255) = 44.65%
R=26.61%
G=28.75%
B=44.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87941460.400.3600.43232.8825.3245.69
Hex575E92282402Be9192e
Octal12713622250440533513156
Binary101011110111101001001010100010010001010111110100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,94,146); }

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

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

 a { background-color: rgb(87,94,146); }

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

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

 span { border-color: rgb(87,94,146); }

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