#555991

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

Shades of Governor Bay #555991

Tints of Governor Bay #555991

Color information

#555991 (or 0x555991) is unknown color: approx Governor Bay. HEX triplet: 55, 59 and 91. RGB value is (85,89,145). Sum of RGB (Red+Green+Blue) = 85+89+145=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #555991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555991 is #AAA66E. Grayscale: #5D5D5D. Windows color (decimal): -11183727 or 9525589. OLE color: 9525589.

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

Color convert

RGB8589145-
CMYK0.410.3900.43
HSL236º26.09%45.1%-
HSV(B)236º41.38%56.86%-
XYZ12.4311.1228.28-
YUV94.19156.67121.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.65%
GREEN value IS 89 (35.16% from 255) = 27.90%
BLUE value IS 145 (57.03% from 255) = 45.45%
R=26.65%
G=27.90%
B=45.45%

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
Decimal85891450.410.3900.4323626.0945.1
Hex555991292702Bec1a2d
Octal12513122151470533543255
Binary101010110110011001000110100110011101010111110110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555991; }

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

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

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

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

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

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

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

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