Shades of Dark Slate #435C5A
Tints of Dark Slate #435C5A
RGB
CMYK
RGB Variations
Color information
#435C5A (or 0x435C5A) is known color: Dark Slate. HEX triplet: 43, 5C and 5A. RGB value is (67,92,90). Sum of RGB (Red+Green+Blue) = 67+92+90=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 92 - color contains mainly: green. Hex color #435C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435C5A is #BCA3A5. Grayscale: #545454. Windows color (decimal): -12362662 or 5921859. OLE color: 5921859.
HSL color Cylindrical-coordinate representation of color #435C5A: hue angle of 175.2º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #435C5A is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 92 | 90 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.64 |
| HSL | 175.2º | 0.16% | 0.31% | - |
| HSV(B) | 175.2º | 0.27% | 0.36% | - |
| XYZ | 7.99 | 9.59 | 11.1 | - |
| YUV | 84.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 92 | 90 | 0.27 | 0 | 0.02 | 0.64 | 175.2 | 0.16 | 0.31 |
| Hex | 43 | 5C | 5A | 1B | 0 | 2 | 40 | AF | 10 | 1F |
| Octal | 103 | 134 | 132 | 33 | 0 | 2 | 100 | 257 | 20 | 37 |
| Binary | 1000011 | 1011100 | 1011010 | 11011 | 0 | 10 | 1000000 | 10101111 | 10000 | 11111 |
Color Harmonies of #435C5A
Complementary color
Monochromatic Colors of #435C5A
Black with #435C5A
Text Example
Text Example
White with #435C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435C5A; }
p { color: rgb(67,92,90); }
H1.HeaderClassName
{
color: #435C5A;
}
.AnyTagClassName
{
color: #435C5A;
}
</style>
background-color css
<style>
a { background-color: #435C5A; }
a { background-color: rgb(67,92,90); }
div.DivClassName
{
background-color: #435C5A;
}
.BgClassName
{
background-color: #435C5A;
}
</style>
border-color css
<style>
span { border-color: #435C5A; }
span { border-color: rgb(67,92,90); }
td.TdClassName
{
border-color: #435C5A;
}
.TagClassName
{
border-color: #435C5A;
}
</style>