#21534D

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

Shades of Dark Slate Grey #21534D

Tints of Dark Slate Grey #21534D

Color information

#21534D (or 0x21534D) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 53 and 4D. RGB value is (33,83,77). Sum of RGB (Red+Green+Blue) = 33+83+77=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 83 - color contains mainly: green. Hex color #21534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21534D is #DEACB2. Grayscale: #434343. Windows color (decimal): -14593203 or 5067553. OLE color: 5067553.

HSL color Cylindrical-coordinate representation of color #21534D: hue angle of 172.8º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #21534D is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB338377-
CMYK0.6000.070.67
HSL172.8º43.1%22.75%-
HSV(B)172.8º60.24%32.55%-
XYZ5.067.058.11-
YUV67.37133.44103.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.10%
GREEN value IS 83 (32.81% from 255) = 43.01%
BLUE value IS 77 (30.47% from 255) = 39.90%
R=17.10%
G=43.01%
B=39.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3383770.6000.070.67172.843.122.75
Hex21534D3C0743ad2b17
Octal4112311574071032555327
Binary10000110100111001101111100011110000111010110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21534D; }

 p { color: rgb(33,83,77); }

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

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

 a { background-color: rgb(33,83,77); }

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

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

 span { border-color: rgb(33,83,77); }

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