#555660

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

Shades of Bright Grey #555660

Tints of Bright Grey #555660

Color information

#555660 (or 0x555660) is unknown color: approx Bright Grey. HEX triplet: 55, 56 and 60. RGB value is (85,86,96). Sum of RGB (Red+Green+Blue) = 85+86+96=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 96 - color contains mainly: blue. Hex color #555660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555660 is #AAA99F. Grayscale: #565656. Windows color (decimal): -11184544 or 6313557. OLE color: 6313557.

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

Color convert

RGB858696-
CMYK0.110.1000.62
HSL234.55º6.08%35.49%-
HSV(B)234.55º11.46%37.65%-
XYZ9.199.4312.4-
YUV86.84133.17126.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.84%
GREEN value IS 86 (33.98% from 255) = 32.21%
BLUE value IS 96 (37.89% from 255) = 35.96%
R=31.84%
G=32.21%
B=35.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8586960.110.1000.62234.556.0835.49
Hex555660BA03Eeb623
Octal1251261401312076353643
Binary10101011010110110000010111010011111011101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555660; }

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

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

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

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

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

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

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

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