#575691

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

Shades of Governor Bay #575691

Tints of Governor Bay #575691

Color information

#575691 (or 0x575691) is unknown color: approx Governor Bay. HEX triplet: 57, 56 and 91. RGB value is (87,86,145). Sum of RGB (Red+Green+Blue) = 87+86+145=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 145 - color contains mainly: blue. Hex color #575691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575691 is #A8A96E. Grayscale: #5C5C5C. Windows color (decimal): -11053423 or 9524823. OLE color: 9524823.

HSL color Cylindrical-coordinate representation of color #575691: hue angle of 241.02º 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 #575691 is Cyan = 0.4, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8786145-
CMYK0.40.4100.43
HSL241.02º25.54%45.29%-
HSV(B)241.02º40.69%56.86%-
XYZ12.3710.7328.21-
YUV93.02157.33123.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.36%
GREEN value IS 86 (33.98% from 255) = 27.04%
BLUE value IS 145 (57.03% from 255) = 45.60%
R=27.36%
G=27.04%
B=45.60%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87861450.40.4100.43241.0225.5445.29
Hex575691282902Bf11a2d
Octal12712622150510533613255
Binary101011110101101001000110100010100101010111111000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575691; }

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

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

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

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

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

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

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

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