#505554

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

Shades of Dark Slate #505554

Tints of Dark Slate #505554

Color information

#505554 (or 0x505554) is unknown color: approx 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

RGB808584-
CMYK0.0600.010.67
HSL168º3.03%32.35%-
HSV(B)168º5.88%33.33%-
XYZ8.168.849.66-
YUV83.39128.34125.58-

RGB Variations

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

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.20% from 255) = 33.73%
R=32.13%
G=34.14%
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.67
SystemRedGreenBlueCMYKHSL
Decimal8085840.0600.010.671683.0332.35
Hex50555460143a8320
Octal120125124601103250340
Binary1010000101010110101001100110000111010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>