#575692

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

Shades of Governor Bay #575692

Tints of Governor Bay #575692

Color information

#575692 (or 0x575692) is unknown color: approx Governor Bay. HEX triplet: 57, 56 and 92. RGB value is (87,86,146). Sum of RGB (Red+Green+Blue) = 87+86+146=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #575692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575692 is #A8A96D. Grayscale: #5C5C5C. Windows color (decimal): -11053422 or 9590359. OLE color: 9590359.

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

Color convert

RGB8786146-
CMYK0.400.4100.43
HSL241º25.86%45.49%-
HSV(B)241º41.1%57.25%-
XYZ12.4510.7628.61-
YUV93.14157.83123.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.27%
GREEN value IS 86 (33.98% from 255) = 26.96%
BLUE value IS 146 (57.42% from 255) = 45.77%
R=27.27%
G=26.96%
B=45.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87861460.400.4100.4324125.8645.49
Hex575692282902Bf11a2d
Octal12712622250510533613255
Binary101011110101101001001010100010100101010111111000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575692; }

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

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

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

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

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

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

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

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