#555886

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

Shades of Governor Bay #555886

Tints of Governor Bay #555886

Color information

#555886 (or 0x555886) is unknown color: approx Governor Bay. HEX triplet: 55, 58 and 86. RGB value is (85,88,134). Sum of RGB (Red+Green+Blue) = 85+88+134=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 134 - color contains mainly: blue. Hex color #555886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555886 is #AAA779. Grayscale: #5C5C5C. Windows color (decimal): -11183994 or 8804437. OLE color: 8804437.

HSL color Cylindrical-coordinate representation of color #555886: hue angle of 236.33º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #555886 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8588134-
CMYK0.370.3400.47
HSL236.33º22.37%42.94%-
HSV(B)236.33º36.57%52.55%-
XYZ11.5410.6324-
YUV92.35151.51122.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.69%
GREEN value IS 88 (34.77% from 255) = 28.66%
BLUE value IS 134 (52.73% from 255) = 43.65%
R=27.69%
G=28.66%
B=43.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85881340.370.3400.47236.3322.3742.94
Hex555886252202Fec162b
Octal12513020645420573542653
Binary101010110110001000011010010110001001011111110110010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555886; }

 p { color: rgb(85,88,134); }

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

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

 a { background-color: rgb(85,88,134); }

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

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

 span { border-color: rgb(85,88,134); }

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