#575A94

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

Shades of Governor Bay #575A94

Tints of Governor Bay #575A94

Color information

#575A94 (or 0x575A94) is unknown color: approx Governor Bay. HEX triplet: 57, 5A and 94. RGB value is (87,90,148). Sum of RGB (Red+Green+Blue) = 87+90+148=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 148 - color contains mainly: blue. Hex color #575A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575A94 is #A8A56B. Grayscale: #5F5F5F. Windows color (decimal): -11052396 or 9722455. OLE color: 9722455.

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

Color convert

RGB8790148-
CMYK0.410.3900.42
HSL237.05º25.96%46.08%-
HSV(B)237.05º41.22%58.04%-
XYZ12.9311.4829.55-
YUV95.71157.51121.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.77%
GREEN value IS 90 (35.55% from 255) = 27.69%
BLUE value IS 148 (58.20% from 255) = 45.54%
R=26.77%
G=27.69%
B=45.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87901480.410.3900.42237.0525.9646.08
Hex575A94292702Aed1a2e
Octal12713222451470523553256
Binary101011110110101001010010100110011101010101110110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,90,148); }

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

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

 a { background-color: rgb(87,90,148); }

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

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

 span { border-color: rgb(87,90,148); }

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