#555789

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

Shades of Governor Bay #555789

Tints of Governor Bay #555789

Color information

#555789 (or 0x555789) is unknown color: approx Governor Bay. HEX triplet: 55, 57 and 89. RGB value is (85,87,137). Sum of RGB (Red+Green+Blue) = 85+87+137=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #555789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555789 is #AAA876. Grayscale: #5B5B5B. Windows color (decimal): -11184247 or 9000789. OLE color: 9000789.

HSL color Cylindrical-coordinate representation of color #555789: hue angle of 237.69º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #555789 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8587137-
CMYK0.380.3600.46
HSL237.69º23.42%43.53%-
HSV(B)237.69º37.96%53.73%-
XYZ11.6710.5525.09-
YUV92.1153.34122.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.51%
GREEN value IS 87 (34.38% from 255) = 28.16%
BLUE value IS 137 (53.91% from 255) = 44.34%
R=27.51%
G=28.16%
B=44.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85871370.380.3600.46237.6923.4243.53
Hex555789262402Eee172c
Octal12512721146440563562754
Binary101010110101111000100110011010010001011101110111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555789; }

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

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

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

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

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

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

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

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