Shades of Dark Slate Grey #21534F
Tints of Dark Slate Grey #21534F
RGB
CMYK
RGB Variations
Color information
#21534F (or 0x21534F) is known color: Dark Slate Grey. HEX triplet: 21, 53 and 4F. RGB value is (33,83,79). Sum of RGB (Red+Green+Blue) = 33+83+79=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 83 - color contains mainly: green. Hex color #21534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21534F is #DEACB0. Grayscale: #434343. Windows color (decimal): -14593201 or 5198625. OLE color: 5198625.
HSL color Cylindrical-coordinate representation of color #21534F: hue angle of 175.2º 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 #21534F is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 83 | 79 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.67 |
| HSL | 175.2º | 0.43% | 0.23% | - |
| HSV(B) | 175.2º | 0.6% | 0.33% | - |
| XYZ | 5.13 | 7.07 | 8.49 | - |
| YUV | 67.59 | 134.44 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 79 | 0.60 | 0 | 0.05 | 0.67 | 175.2 | 0.43 | 0.23 |
| Hex | 21 | 53 | 4F | 3C | 0 | 5 | 43 | AF | 2B | 17 |
| Octal | 41 | 123 | 117 | 74 | 0 | 5 | 103 | 257 | 53 | 27 |
| Binary | 100001 | 1010011 | 1001111 | 111100 | 0 | 101 | 1000011 | 10101111 | 101011 | 10111 |
Color Harmonies of #21534F
Complementary color
Monochromatic Colors of #21534F
Black with #21534F
Text Example
Text Example
White with #21534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21534F; }
p { color: rgb(33,83,79); }
H1.HeaderClassName
{
color: #21534F;
}
.AnyTagClassName
{
color: #21534F;
}
</style>
background-color css
<style>
a { background-color: #21534F; }
a { background-color: rgb(33,83,79); }
div.DivClassName
{
background-color: #21534F;
}
.BgClassName
{
background-color: #21534F;
}
</style>
border-color css
<style>
span { border-color: #21534F; }
span { border-color: rgb(33,83,79); }
td.TdClassName
{
border-color: #21534F;
}
.TagClassName
{
border-color: #21534F;
}
</style>