Shades of Dark Slate #435D5A
Tints of Dark Slate #435D5A
RGB
CMYK
RGB Variations
Color information
#435D5A (or 0x435D5A) is known color: Dark Slate. HEX triplet: 43, 5D and 5A. RGB value is (67,93,90). Sum of RGB (Red+Green+Blue) = 67+93+90=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 93 - color contains mainly: green. Hex color #435D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435D5A is #BCA2A5. Grayscale: #545454. Windows color (decimal): -12362406 or 5922115. OLE color: 5922115.
HSL color Cylindrical-coordinate representation of color #435D5A: hue angle of 173.08º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #435D5A is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 93 | 90 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.64 |
| HSL | 173.08º | 0.16% | 0.31% | - |
| HSV(B) | 173.08º | 0.28% | 0.36% | - |
| XYZ | 8.07 | 9.76 | 11.13 | - |
| YUV | 84.88 | 130.89 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 93 | 90 | 0.28 | 0 | 0.03 | 0.64 | 173.08 | 0.16 | 0.31 |
| Hex | 43 | 5D | 5A | 1C | 0 | 3 | 40 | AD | 10 | 1F |
| Octal | 103 | 135 | 132 | 34 | 0 | 3 | 100 | 255 | 20 | 37 |
| Binary | 1000011 | 1011101 | 1011010 | 11100 | 0 | 11 | 1000000 | 10101101 | 10000 | 11111 |
Color Harmonies of #435D5A
Complementary color
Monochromatic Colors of #435D5A
Black with #435D5A
Text Example
Text Example
White with #435D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435D5A; }
p { color: rgb(67,93,90); }
H1.HeaderClassName
{
color: #435D5A;
}
.AnyTagClassName
{
color: #435D5A;
}
</style>
background-color css
<style>
a { background-color: #435D5A; }
a { background-color: rgb(67,93,90); }
div.DivClassName
{
background-color: #435D5A;
}
.BgClassName
{
background-color: #435D5A;
}
</style>
border-color css
<style>
span { border-color: #435D5A; }
span { border-color: rgb(67,93,90); }
td.TdClassName
{
border-color: #435D5A;
}
.TagClassName
{
border-color: #435D5A;
}
</style>