#575894

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

Shades of Governor Bay #575894

Tints of Governor Bay #575894

Color information

#575894 (or 0x575894) is unknown color: approx Governor Bay. HEX triplet: 57, 58 and 94. RGB value is (87,88,148). Sum of RGB (Red+Green+Blue) = 87+88+148=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #575894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575894 is #A8A76B. Grayscale: #5E5E5E. Windows color (decimal): -11052908 or 9721943. OLE color: 9721943.

HSL color Cylindrical-coordinate representation of color #575894: hue angle of 239.02º 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 #575894 is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8788148-
CMYK0.410.4100.42
HSL239.02º25.96%46.08%-
HSV(B)239.02º41.22%58.04%-
XYZ12.7711.1429.5-
YUV94.54158.17122.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.93%
GREEN value IS 88 (34.77% from 255) = 27.24%
BLUE value IS 148 (58.20% from 255) = 45.82%
R=26.93%
G=27.24%
B=45.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87881480.410.4100.42239.0225.9646.08
Hex575894292902Aef1a2e
Octal12713022451510523573256
Binary101011110110001001010010100110100101010101110111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575894; }

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

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

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

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

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

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

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

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