Shades of Dark Slate #435B5A
Tints of Dark Slate #435B5A
RGB
CMYK
RGB Variations
Color information
#435B5A (or 0x435B5A) is known color: Dark Slate. HEX triplet: 43, 5B and 5A. RGB value is (67,91,90). Sum of RGB (Red+Green+Blue) = 67+91+90=248 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.02% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 91 - color contains mainly: green. Hex color #435B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435B5A is #BCA4A5. Grayscale: #535353. Windows color (decimal): -12362918 or 5921603. OLE color: 5921603.
HSL color Cylindrical-coordinate representation of color #435B5A: hue angle of 177.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #435B5A is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 91 | 90 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.64 |
| HSL | 177.5º | 0.15% | 0.31% | - |
| HSV(B) | 177.5º | 0.26% | 0.36% | - |
| XYZ | 7.9 | 9.41 | 11.07 | - |
| YUV | 83.71 | 131.55 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 91 | 90 | 0.26 | 0 | 0.01 | 0.64 | 177.5 | 0.15 | 0.31 |
| Hex | 43 | 5B | 5A | 1A | 0 | 1 | 40 | B2 | F | 1F |
| Octal | 103 | 133 | 132 | 32 | 0 | 1 | 100 | 262 | 17 | 37 |
| Binary | 1000011 | 1011011 | 1011010 | 11010 | 0 | 1 | 1000000 | 10110010 | 1111 | 11111 |
Color Harmonies of #435B5A
Complementary color
Monochromatic Colors of #435B5A
Black with #435B5A
Text Example
Text Example
White with #435B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435B5A; }
p { color: rgb(67,91,90); }
H1.HeaderClassName
{
color: #435B5A;
}
.AnyTagClassName
{
color: #435B5A;
}
</style>
background-color css
<style>
a { background-color: #435B5A; }
a { background-color: rgb(67,91,90); }
div.DivClassName
{
background-color: #435B5A;
}
.BgClassName
{
background-color: #435B5A;
}
</style>
border-color css
<style>
span { border-color: #435B5A; }
span { border-color: rgb(67,91,90); }
td.TdClassName
{
border-color: #435B5A;
}
.TagClassName
{
border-color: #435B5A;
}
</style>