#555691

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

Shades of Governor Bay #555691

Tints of Governor Bay #555691

Color information

#555691 (or 0x555691) is unknown color: approx Governor Bay. HEX triplet: 55, 56 and 91. RGB value is (85,86,145). Sum of RGB (Red+Green+Blue) = 85+86+145=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #555691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555691 is #AAA96E. Grayscale: #5C5C5C. Windows color (decimal): -11184495 or 9524821. OLE color: 9524821.

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

Color convert

RGB8586145-
CMYK0.410.4100.43
HSL239º26.09%45.1%-
HSV(B)239º41.38%56.86%-
XYZ12.1810.6328.2-
YUV92.43157.67122.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.90%
GREEN value IS 86 (33.98% from 255) = 27.22%
BLUE value IS 145 (57.03% from 255) = 45.89%
R=26.90%
G=27.22%
B=45.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85861450.410.4100.4323926.0945.1
Hex555691292902Bef1a2d
Octal12512622151510533573255
Binary101010110101101001000110100110100101010111110111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555691; }

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

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

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

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

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

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

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

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