Shades of Dark Slate #43504F
Tints of Dark Slate #43504F
RGB
CMYK
RGB Variations
Color information
#43504F (or 0x43504F) is known color: Dark Slate. HEX triplet: 43, 50 and 4F. RGB value is (67,80,79). Sum of RGB (Red+Green+Blue) = 67+80+79=226 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.65% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 80 - color contains mainly: green. Hex color #43504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43504F is #BCAFB0. Grayscale: #4B4B4B. Windows color (decimal): -12365745 or 5197891. OLE color: 5197891.
HSL color Cylindrical-coordinate representation of color #43504F: hue angle of 175.38º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #43504F is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 80 | 79 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.69 |
| HSL | 175.38º | 0.09% | 0.29% | - |
| HSV(B) | 175.38º | 0.16% | 0.31% | - |
| XYZ | 6.59 | 7.5 | 8.5 | - |
| YUV | 76 | 129.69 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 80 | 79 | 0.16 | 0 | 0.01 | 0.69 | 175.38 | 0.09 | 0.29 |
| Hex | 43 | 50 | 4F | 10 | 0 | 1 | 45 | AF | 9 | 1D |
| Octal | 103 | 120 | 117 | 20 | 0 | 1 | 105 | 257 | 11 | 35 |
| Binary | 1000011 | 1010000 | 1001111 | 10000 | 0 | 1 | 1000101 | 10101111 | 1001 | 11101 |
Color Harmonies of #43504F
Complementary color
Monochromatic Colors of #43504F
Black with #43504F
Text Example
Text Example
White with #43504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43504F; }
p { color: rgb(67,80,79); }
H1.HeaderClassName
{
color: #43504F;
}
.AnyTagClassName
{
color: #43504F;
}
</style>
background-color css
<style>
a { background-color: #43504F; }
a { background-color: rgb(67,80,79); }
div.DivClassName
{
background-color: #43504F;
}
.BgClassName
{
background-color: #43504F;
}
</style>
border-color css
<style>
span { border-color: #43504F; }
span { border-color: rgb(67,80,79); }
td.TdClassName
{
border-color: #43504F;
}
.TagClassName
{
border-color: #43504F;
}
</style>