#575898

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

Shades of Governor Bay #575898

Tints of Governor Bay #575898

Color information

#575898 (or 0x575898) is unknown color: approx Governor Bay. HEX triplet: 57, 58 and 98. RGB value is (87,88,152). Sum of RGB (Red+Green+Blue) = 87+88+152=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 152 - color contains mainly: blue. Hex color #575898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575898 is #A8A767. Grayscale: #5E5E5E. Windows color (decimal): -11052904 or 9984087. OLE color: 9984087.

HSL color Cylindrical-coordinate representation of color #575898: hue angle of 239.08º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #575898 is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8788152-
CMYK0.430.4200.40
HSL239.08º27.2%46.86%-
HSV(B)239.08º42.76%59.61%-
XYZ13.0911.2731.19-
YUV95160.17122.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.61%
GREEN value IS 88 (34.77% from 255) = 26.91%
BLUE value IS 152 (59.77% from 255) = 46.48%
R=26.61%
G=26.91%
B=46.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal87881520.430.4200.40239.0827.246.86
Hex5758982B2A028ef1b2f
Octal12713023053520503573357
Binary101011110110001001100010101110101001010001110111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575898; }

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

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

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

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

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

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

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

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