Shades of Dark Slate #435D5C
Tints of Dark Slate #435D5C
RGB
CMYK
RGB Variations
Color information
#435D5C (or 0x435D5C) is known color: Dark Slate. HEX triplet: 43, 5D and 5C. RGB value is (67,93,92). Sum of RGB (Red+Green+Blue) = 67+93+92=252 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.59% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 93 - color contains mainly: green. Hex color #435D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435D5C is #BCA2A3. Grayscale: #555555. Windows color (decimal): -12362404 or 6053187. OLE color: 6053187.
HSL color Cylindrical-coordinate representation of color #435D5C: hue angle of 177.69º 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 #435D5C is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 93 | 92 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.64 |
| HSL | 177.69º | 0.16% | 0.31% | - |
| HSV(B) | 177.69º | 0.28% | 0.36% | - |
| XYZ | 8.16 | 9.79 | 11.59 | - |
| YUV | 85.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 93 | 92 | 0.28 | 0 | 0.01 | 0.64 | 177.69 | 0.16 | 0.31 |
| Hex | 43 | 5D | 5C | 1C | 0 | 1 | 40 | B2 | 10 | 1F |
| Octal | 103 | 135 | 134 | 34 | 0 | 1 | 100 | 262 | 20 | 37 |
| Binary | 1000011 | 1011101 | 1011100 | 11100 | 0 | 1 | 1000000 | 10110010 | 10000 | 11111 |
Color Harmonies of #435D5C
Complementary color
Monochromatic Colors of #435D5C
Black with #435D5C
Text Example
Text Example
White with #435D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435D5C; }
p { color: rgb(67,93,92); }
H1.HeaderClassName
{
color: #435D5C;
}
.AnyTagClassName
{
color: #435D5C;
}
</style>
background-color css
<style>
a { background-color: #435D5C; }
a { background-color: rgb(67,93,92); }
div.DivClassName
{
background-color: #435D5C;
}
.BgClassName
{
background-color: #435D5C;
}
</style>
border-color css
<style>
span { border-color: #435D5C; }
span { border-color: rgb(67,93,92); }
td.TdClassName
{
border-color: #435D5C;
}
.TagClassName
{
border-color: #435D5C;
}
</style>