Html Css Color HEX #515655 Dark Slate

📋 copy color: '#515655'

red 81 ◦ green 86 ◦ blue 85

#515655
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate #515655

Tints of Dark Slate #515655

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 value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#515655 (or 0x515655) is known color: 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

RGB 81 86 85 -
CMYK 0.06 0 0.01 0.66
HSL 168º 0.03% 0.33% -
HSV(B) 168º 0.06% 0.34% -
XYZ 8.36 9.06 9.9 -
YUV 84.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 81 86 85 0.06 0 0.01 0.66 168 0.03 0.33
Hex 51 56 55 6 0 1 42 A8 3 21
Octal 121 126 125 6 0 1 102 250 3 41
Binary 1010001 1010110 1010101 110 0 1 1000010 10101000 11 100001

Color Harmonies of #515655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515655

Black with #515655

Text Example


Text Example

White with #515655

Text Example


Text Example

HTML Codes & Css Web 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>