#575592

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

Shades of Governor Bay #575592

Tints of Governor Bay #575592

Color information

#575592 (or 0x575592) is unknown color: approx Governor Bay. HEX triplet: 57, 55 and 92. RGB value is (87,85,146). Sum of RGB (Red+Green+Blue) = 87+85+146=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #575592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575592 is #A8AA6D. Grayscale: #5C5C5C. Windows color (decimal): -11053678 or 9590103. OLE color: 9590103.

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

Color convert

RGB8785146-
CMYK0.400.4200.43
HSL241.97º26.41%45.29%-
HSV(B)241.97º41.78%57.25%-
XYZ12.3710.628.59-
YUV92.55158.16124.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.36%
GREEN value IS 85 (33.59% from 255) = 26.73%
BLUE value IS 146 (57.42% from 255) = 45.91%
R=27.36%
G=26.73%
B=45.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87851460.400.4200.43241.9726.4145.29
Hex575592282A02Bf21a2d
Octal12712522250520533623255
Binary101011110101011001001010100010101001010111111001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575592; }

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

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

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

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

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

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

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

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