Shades of Dark Slate Grey #295A58
Tints of Dark Slate Grey #295A58
RGB
CMYK
RGB Variations
Color information
#295A58 (or 0x295A58) is known color: Dark Slate Grey. HEX triplet: 29, 5A and 58. RGB value is (41,90,88). Sum of RGB (Red+Green+Blue) = 41+90+88=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 90 - color contains mainly: green. Hex color #295A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A58 is #D6A5A7. Grayscale: #4B4B4B. Windows color (decimal): -14067112 or 5790249. OLE color: 5790249.
HSL color Cylindrical-coordinate representation of color #295A58: hue angle of 177.55º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #295A58 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 90 | 88 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.65 |
| HSL | 177.55º | 0.37% | 0.26% | - |
| HSV(B) | 177.55º | 0.54% | 0.35% | - |
| XYZ | 6.33 | 8.49 | 10.54 | - |
| YUV | 75.12 | 135.27 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 88 | 0.54 | 0 | 0.02 | 0.65 | 177.55 | 0.37 | 0.26 |
| Hex | 29 | 5A | 58 | 36 | 0 | 2 | 41 | B2 | 25 | 1A |
| Octal | 51 | 132 | 130 | 66 | 0 | 2 | 101 | 262 | 45 | 32 |
| Binary | 101001 | 1011010 | 1011000 | 110110 | 0 | 10 | 1000001 | 10110010 | 100101 | 11010 |
Color Harmonies of #295A58
Complementary color
Monochromatic Colors of #295A58
Black with #295A58
Text Example
Text Example
White with #295A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295A58; }
p { color: rgb(41,90,88); }
H1.HeaderClassName
{
color: #295A58;
}
.AnyTagClassName
{
color: #295A58;
}
</style>
background-color css
<style>
a { background-color: #295A58; }
a { background-color: rgb(41,90,88); }
div.DivClassName
{
background-color: #295A58;
}
.BgClassName
{
background-color: #295A58;
}
</style>
border-color css
<style>
span { border-color: #295A58; }
span { border-color: rgb(41,90,88); }
td.TdClassName
{
border-color: #295A58;
}
.TagClassName
{
border-color: #295A58;
}
</style>