Html Css Color HEX #505554 Dark Slate

📋 copy color: '#505554'

red 80 ◦ green 85 ◦ blue 84

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

Shades of Dark Slate #505554

Tints of Dark Slate #505554

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.14%

 BLUE value IS 84 (33.2% from 255) = 33.73%

R = 32.13%
G = 34.14%
B = 33.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#505554 (or 0x505554) is known color: Dark Slate. HEX triplet: 50, 55 and 54. RGB value is (80,85,84). Sum of RGB (Red+Green+Blue) = 80+85+84=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 85 - color contains mainly: green. Hex color #505554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505554 is #AFAAAB. Grayscale: #535353. Windows color (decimal): -11512492 or 5526864. OLE color: 5526864.

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

Color convert

RGB 80 85 84 -
CMYK 0.06 0 0.01 0.67
HSL 168º 0.03% 0.32% -
HSV(B) 168º 0.06% 0.33% -
XYZ 8.16 8.84 9.66 -
YUV 83.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 80 85 84 0.06 0 0.01 0.67 168 0.03 0.32
Hex 50 55 54 6 0 1 43 A8 3 20
Octal 120 125 124 6 0 1 103 250 3 40
Binary 1010000 1010101 1010100 110 0 1 1000011 10101000 11 100000

Color Harmonies of #505554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505554

Black with #505554

Text Example


Text Example

White with #505554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505554; }

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

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

background-color css

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

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

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

border-color css

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

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

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