#555860

Color #555860 Bright Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Grey #555860

Tints of Bright Grey #555860

Color information

#555860 (or 0x555860) is unknown color: approx Bright Grey. HEX triplet: 55, 58 and 60. RGB value is (85,88,96). Sum of RGB (Red+Green+Blue) = 85+88+96=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 96 - color contains mainly: blue. Hex color #555860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555860 is #AAA79F. Grayscale: #575757. Windows color (decimal): -11184032 or 6314069. OLE color: 6314069.

HSL color Cylindrical-coordinate representation of color #555860: hue angle of 223.64º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #555860 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB858896-
CMYK0.110.0800.62
HSL223.64º6.08%35.49%-
HSV(B)223.64º11.46%37.65%-
XYZ9.359.7612.46-
YUV88.02132.51125.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.60%
GREEN value IS 88 (34.77% from 255) = 32.71%
BLUE value IS 96 (37.89% from 255) = 35.69%
R=31.60%
G=32.71%
B=35.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8588960.110.0800.62223.646.0835.49
Hex555860B803Ee0623
Octal1251301401310076340643
Binary10101011011000110000010111000011111011100000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555860; }

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

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

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

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

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

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

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

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