#555891

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

Shades of Governor Bay #555891

Tints of Governor Bay #555891

Color information

#555891 (or 0x555891) is unknown color: approx Governor Bay. HEX triplet: 55, 58 and 91. RGB value is (85,88,145). Sum of RGB (Red+Green+Blue) = 85+88+145=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 88 (34.77% from 255 or 27.67% 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 #555891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555891 is #AAA76E. Grayscale: #5D5D5D. Windows color (decimal): -11183983 or 9525333. OLE color: 9525333.

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

Color convert

RGB8588145-
CMYK0.410.3900.43
HSL237º26.09%45.1%-
HSV(B)237º41.38%56.86%-
XYZ12.3510.9628.25-
YUV93.6157.01121.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.73%
GREEN value IS 88 (34.77% from 255) = 27.67%
BLUE value IS 145 (57.03% from 255) = 45.60%
R=26.73%
G=27.67%
B=45.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85881450.410.3900.4323726.0945.1
Hex555891292702Bed1a2d
Octal12513022151470533553255
Binary101010110110001001000110100110011101010111110110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555891; }

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

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

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

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

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

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

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

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