Shades of Dark Slate #475B5A
Tints of Dark Slate #475B5A
RGB
CMYK
RGB Variations
Color information
#475B5A (or 0x475B5A) is known color: Dark Slate. HEX triplet: 47, 5B and 5A. RGB value is (71,91,90). Sum of RGB (Red+Green+Blue) = 71+91+90=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 91 - color contains mainly: green. Hex color #475B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475B5A is #B8A4A5. Grayscale: #545454. Windows color (decimal): -12100774 or 5921607. OLE color: 5921607.
HSL color Cylindrical-coordinate representation of color #475B5A: hue angle of 177º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #475B5A is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 91 | 90 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.64 |
| HSL | 177º | 0.12% | 0.32% | - |
| HSV(B) | 177º | 0.22% | 0.36% | - |
| XYZ | 8.19 | 9.56 | 11.09 | - |
| YUV | 84.91 | 130.87 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 91 | 90 | 0.22 | 0 | 0.01 | 0.64 | 177 | 0.12 | 0.32 |
| Hex | 47 | 5B | 5A | 16 | 0 | 1 | 40 | B1 | C | 20 |
| Octal | 107 | 133 | 132 | 26 | 0 | 1 | 100 | 261 | 14 | 40 |
| Binary | 1000111 | 1011011 | 1011010 | 10110 | 0 | 1 | 1000000 | 10110001 | 1100 | 100000 |
Color Harmonies of #475B5A
Complementary color
Monochromatic Colors of #475B5A
Black with #475B5A
Text Example
Text Example
White with #475B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475B5A; }
p { color: rgb(71,91,90); }
H1.HeaderClassName
{
color: #475B5A;
}
.AnyTagClassName
{
color: #475B5A;
}
</style>
background-color css
<style>
a { background-color: #475B5A; }
a { background-color: rgb(71,91,90); }
div.DivClassName
{
background-color: #475B5A;
}
.BgClassName
{
background-color: #475B5A;
}
</style>
border-color css
<style>
span { border-color: #475B5A; }
span { border-color: rgb(71,91,90); }
td.TdClassName
{
border-color: #475B5A;
}
.TagClassName
{
border-color: #475B5A;
}
</style>