#555391

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

Shades of Governor Bay #555391

Tints of Governor Bay #555391

Color information

#555391 (or 0x555391) is unknown color: approx Governor Bay. HEX triplet: 55, 53 and 91. RGB value is (85,83,145). Sum of RGB (Red+Green+Blue) = 85+83+145=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #555391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555391 is #AAAC6E. Grayscale: #5A5A5A. Windows color (decimal): -11185263 or 9524053. OLE color: 9524053.

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

Color convert

RGB8583145-
CMYK0.410.4300.43
HSL241.94º27.19%44.71%-
HSV(B)241.94º42.76%56.86%-
XYZ11.9510.1628.12-
YUV90.67158.66123.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.16%
GREEN value IS 83 (32.81% from 255) = 26.52%
BLUE value IS 145 (57.03% from 255) = 46.33%
R=27.16%
G=26.52%
B=46.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85831450.410.4300.43241.9427.1944.71
Hex555391292B02Bf21b2d
Octal12512322151530533623355
Binary101010110100111001000110100110101101010111111001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555391; }

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

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

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

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

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

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

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

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