Shades of Dark Slate Grey #285B5D
Tints of Dark Slate Grey #285B5D
RGB
CMYK
RGB Variations
Color information
#285B5D (or 0x285B5D) is known color: Dark Slate Grey. HEX triplet: 28, 5B and 5D. RGB value is (40,91,93). Sum of RGB (Red+Green+Blue) = 40+91+93=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #285B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285B5D is #D7A4A2. Grayscale: #4B4B4B. Windows color (decimal): -14132387 or 6118184. OLE color: 6118184.
HSL color Cylindrical-coordinate representation of color #285B5D: hue angle of 182.26º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #285B5D is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 91 | 93 | - |
| CMYK | 0.57 | 0.02 | 0 | 0.64 |
| HSL | 182.26º | 0.4% | 0.26% | - |
| HSV(B) | 182.26º | 0.57% | 0.36% | - |
| XYZ | 6.59 | 8.72 | 11.69 | - |
| YUV | 75.98 | 137.6 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 93 | 0.57 | 0.02 | 0 | 0.64 | 182.26 | 0.4 | 0.26 |
| Hex | 28 | 5B | 5D | 39 | 2 | 0 | 40 | B6 | 28 | 1A |
| Octal | 50 | 133 | 135 | 71 | 2 | 0 | 100 | 266 | 50 | 32 |
| Binary | 101000 | 1011011 | 1011101 | 111001 | 10 | 0 | 1000000 | 10110110 | 101000 | 11010 |
Color Harmonies of #285B5D
Complementary color
Monochromatic Colors of #285B5D
Black with #285B5D
Text Example
Text Example
White with #285B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285B5D; }
p { color: rgb(40,91,93); }
H1.HeaderClassName
{
color: #285B5D;
}
.AnyTagClassName
{
color: #285B5D;
}
</style>
background-color css
<style>
a { background-color: #285B5D; }
a { background-color: rgb(40,91,93); }
div.DivClassName
{
background-color: #285B5D;
}
.BgClassName
{
background-color: #285B5D;
}
</style>
border-color css
<style>
span { border-color: #285B5D; }
span { border-color: rgb(40,91,93); }
td.TdClassName
{
border-color: #285B5D;
}
.TagClassName
{
border-color: #285B5D;
}
</style>