Html Css Color HEX #505655 Dark Slate

📋 copy color: '#505655'

red 80 ◦ green 86 ◦ blue 85

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

Shades of Dark Slate #505655

Tints of Dark Slate #505655

RGB

 RED value IS 80 (31.64% from 255) = 31.87%

 GREEN value IS 86 (33.98% from 255) = 34.26%

 BLUE value IS 85 (33.59% from 255) = 33.86%

R = 31.87%
G = 34.26%
B = 33.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#505655 (or 0x505655) is known color: Dark Slate. HEX triplet: 50, 56 and 55. RGB value is (80,86,85). Sum of RGB (Red+Green+Blue) = 80+86+85=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 86 - color contains mainly: green. Hex color #505655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505655 is #AFA9AA. Grayscale: #545454. Windows color (decimal): -11512235 or 5592656. OLE color: 5592656.

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

Color convert

RGB 80 86 85 -
CMYK 0.07 0 0.01 0.66
HSL 170º 0.04% 0.33% -
HSV(B) 170º 0.07% 0.34% -
XYZ 8.28 9.02 9.9 -
YUV 84.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 80 86 85 0.07 0 0.01 0.66 170 0.04 0.33
Hex 50 56 55 7 0 1 42 AA 4 21
Octal 120 126 125 7 0 1 102 252 4 41
Binary 1010000 1010110 1010101 111 0 1 1000010 10101010 100 100001

Color Harmonies of #505655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505655

Black with #505655

Text Example


Text Example

White with #505655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505655; }

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

 H1.HeaderClassName
 {
   color: #505655;
 }
 .AnyTagClassName
 {
   color: #505655;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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