#555491

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

Shades of Governor Bay #555491

Tints of Governor Bay #555491

Color information

#555491 (or 0x555491) is unknown color: approx Governor Bay. HEX triplet: 55, 54 and 91. RGB value is (85,84,145). Sum of RGB (Red+Green+Blue) = 85+84+145=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #555491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555491 is #AAAB6E. Grayscale: #5B5B5B. Windows color (decimal): -11185007 or 9524309. OLE color: 9524309.

HSL color Cylindrical-coordinate representation of color #555491: hue angle of 240.98º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #555491 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8584145-
CMYK0.410.4200.43
HSL240.98º26.64%44.9%-
HSV(B)240.98º42.07%56.86%-
XYZ12.0310.3228.15-
YUV91.25158.33123.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.07%
GREEN value IS 84 (33.20% from 255) = 26.75%
BLUE value IS 145 (57.03% from 255) = 46.18%
R=27.07%
G=26.75%
B=46.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85841450.410.4200.43240.9826.6444.9
Hex555491292A02Bf11b2d
Octal12512422151520533613355
Binary101010110101001001000110100110101001010111111000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555491; }

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

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

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

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

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

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

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

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