#575593

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

Shades of Governor Bay #575593

Tints of Governor Bay #575593

Color information

#575593 (or 0x575593) is unknown color: approx Governor Bay. HEX triplet: 57, 55 and 93. RGB value is (87,85,147). Sum of RGB (Red+Green+Blue) = 87+85+147=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #575593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575593 is #A8AA6C. Grayscale: #5C5C5C. Windows color (decimal): -11053677 or 9655639. OLE color: 9655639.

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

Color convert

RGB8785147-
CMYK0.410.4200.42
HSL241.94º26.72%45.49%-
HSV(B)241.94º42.18%57.65%-
XYZ12.4510.6329-
YUV92.67158.66123.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.27%
GREEN value IS 85 (33.59% from 255) = 26.65%
BLUE value IS 147 (57.81% from 255) = 46.08%
R=27.27%
G=26.65%
B=46.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87851470.410.4200.42241.9426.7245.49
Hex575593292A02Af21b2d
Octal12712522351520523623355
Binary101011110101011001001110100110101001010101111001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575593; }

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

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

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

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

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

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

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

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