#555884

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

Shades of Governor Bay #555884

Tints of Governor Bay #555884

Color information

#555884 (or 0x555884) is unknown color: approx Governor Bay. HEX triplet: 55, 58 and 84. RGB value is (85,88,132). Sum of RGB (Red+Green+Blue) = 85+88+132=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #555884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555884 is #AAA77B. Grayscale: #5B5B5B. Windows color (decimal): -11183996 or 8673365. OLE color: 8673365.

HSL color Cylindrical-coordinate representation of color #555884: hue angle of 236.17º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #555884 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8588132-
CMYK0.360.3300.48
HSL236.17º21.66%42.55%-
HSV(B)236.17º35.61%51.76%-
XYZ11.410.5823.27-
YUV92.12150.51122.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.87%
GREEN value IS 88 (34.77% from 255) = 28.85%
BLUE value IS 132 (51.95% from 255) = 43.28%
R=27.87%
G=28.85%
B=43.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85881320.360.3300.48236.1721.6642.55
Hex5558842421030ec162b
Octal12513020444410603542653
Binary101010110110001000010010010010000101100001110110010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555884; }

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

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

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

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

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

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

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

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