#555791

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

Shades of Governor Bay #555791

Tints of Governor Bay #555791

Color information

#555791 (or 0x555791) is unknown color: approx Governor Bay. HEX triplet: 55, 57 and 91. RGB value is (85,87,145). Sum of RGB (Red+Green+Blue) = 85+87+145=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 145 - color contains mainly: blue. Hex color #555791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555791 is #AAA86E. Grayscale: #5C5C5C. Windows color (decimal): -11184239 or 9525077. OLE color: 9525077.

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

Color convert

RGB8587145-
CMYK0.410.400.43
HSL238º26.09%45.1%-
HSV(B)238º41.38%56.86%-
XYZ12.2710.7928.22-
YUV93.01157.34122.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.81%
GREEN value IS 87 (34.38% from 255) = 27.44%
BLUE value IS 145 (57.03% from 255) = 45.74%
R=26.81%
G=27.44%
B=45.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85871450.410.400.4323826.0945.1
Hex555791292802Bee1a2d
Octal12512722151500533563255
Binary101010110101111001000110100110100001010111110111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555791; }

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

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

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

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

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

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

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

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