#515655

Color #515655 Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #515655

Tints of Dark Slate #515655

Color information

#515655 (or 0x515655) is unknown color: approx Dark Slate. HEX triplet: 51, 56 and 55. RGB value is (81,86,85). Sum of RGB (Red+Green+Blue) = 81+86+85=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 86 - color contains mainly: green. Hex color #515655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515655 is #AEA9AA. Grayscale: #545454. Windows color (decimal): -11446699 or 5592657. OLE color: 5592657.

HSL color Cylindrical-coordinate representation of color #515655: hue angle of 168º degrees, saturation: 0.03, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #515655 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB818685-
CMYK0.0600.010.66
HSL168º2.99%32.75%-
HSV(B)168º5.81%33.73%-
XYZ8.369.069.9-
YUV84.39128.34125.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.14%
GREEN value IS 86 (33.98% from 255) = 34.13%
BLUE value IS 85 (33.59% from 255) = 33.73%
R=32.14%
G=34.13%
B=33.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8186850.0600.010.661682.9932.75
Hex51565560142a8321
Octal121126125601102250341
Binary1010001101011010101011100110000101010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515655; }

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

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

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

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

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

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

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

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