#555960

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

Shades of Bright Grey #555960

Tints of Bright Grey #555960

Color information

#555960 (or 0x555960) is unknown color: approx Bright Grey. HEX triplet: 55, 59 and 60. RGB value is (85,89,96). Sum of RGB (Red+Green+Blue) = 85+89+96=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 96 - color contains mainly: blue. Hex color #555960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555960 is #AAA69F. Grayscale: #585858. Windows color (decimal): -11183776 or 6314325. OLE color: 6314325.

HSL color Cylindrical-coordinate representation of color #555960: hue angle of 218.18º 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 #555960 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB858996-
CMYK0.110.0700.62
HSL218.18º6.08%35.49%-
HSV(B)218.18º11.46%37.65%-
XYZ9.439.9212.48-
YUV88.6132.17125.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.48%
GREEN value IS 89 (35.16% from 255) = 32.96%
BLUE value IS 96 (37.89% from 255) = 35.56%
R=31.48%
G=32.96%
B=35.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8589960.110.0700.62218.186.0835.49
Hex555960B703Eda623
Octal125131140137076332643
Binary1010101101100111000001011111011111011011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555960; }

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

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

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

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

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

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

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

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