#575694

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

Shades of Governor Bay #575694

Tints of Governor Bay #575694

Color information

#575694 (or 0x575694) is unknown color: approx Governor Bay. HEX triplet: 57, 56 and 94. RGB value is (87,86,148). Sum of RGB (Red+Green+Blue) = 87+86+148=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 148 - color contains mainly: blue. Hex color #575694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575694 is #A8A96B. Grayscale: #5D5D5D. Windows color (decimal): -11053420 or 9721431. OLE color: 9721431.

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

Color convert

RGB8786148-
CMYK0.410.4200.42
HSL240.97º26.5%45.88%-
HSV(B)240.97º41.89%58.04%-
XYZ12.610.8229.44-
YUV93.37158.83123.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.10%
GREEN value IS 86 (33.98% from 255) = 26.79%
BLUE value IS 148 (58.20% from 255) = 46.11%
R=27.10%
G=26.79%
B=46.11%

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
Decimal87861480.410.4200.42240.9726.545.88
Hex575694292A02Af11a2e
Octal12712622451520523613256
Binary101011110101101001010010100110101001010101111000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575694; }

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

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

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

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

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

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

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

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