Shades of Dark Slate #435250
Tints of Dark Slate #435250
RGB
CMYK
RGB Variations
Color information
#435250 (or 0x435250) is known color: Dark Slate. HEX triplet: 43, 52 and 50. RGB value is (67,82,80). Sum of RGB (Red+Green+Blue) = 67+82+80=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 82 - color contains mainly: green. Hex color #435250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435250 is #BCADAF. Grayscale: #4D4D4D. Windows color (decimal): -12365232 or 5263939. OLE color: 5263939.
HSL color Cylindrical-coordinate representation of color #435250: hue angle of 172º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #435250 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 82 | 80 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.68 |
| HSL | 172º | 0.1% | 0.29% | - |
| HSV(B) | 172º | 0.18% | 0.32% | - |
| XYZ | 6.78 | 7.81 | 8.74 | - |
| YUV | 77.29 | 129.53 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 82 | 80 | 0.18 | 0 | 0.02 | 0.68 | 172 | 0.1 | 0.29 |
| Hex | 43 | 52 | 50 | 12 | 0 | 2 | 44 | AC | A | 1D |
| Octal | 103 | 122 | 120 | 22 | 0 | 2 | 104 | 254 | 12 | 35 |
| Binary | 1000011 | 1010010 | 1010000 | 10010 | 0 | 10 | 1000100 | 10101100 | 1010 | 11101 |
Color Harmonies of #435250
Complementary color
Monochromatic Colors of #435250
Black with #435250
Text Example
Text Example
White with #435250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435250; }
p { color: rgb(67,82,80); }
H1.HeaderClassName
{
color: #435250;
}
.AnyTagClassName
{
color: #435250;
}
</style>
background-color css
<style>
a { background-color: #435250; }
a { background-color: rgb(67,82,80); }
div.DivClassName
{
background-color: #435250;
}
.BgClassName
{
background-color: #435250;
}
</style>
border-color css
<style>
span { border-color: #435250; }
span { border-color: rgb(67,82,80); }
td.TdClassName
{
border-color: #435250;
}
.TagClassName
{
border-color: #435250;
}
</style>