Shades of Dark Slate Grey #255454
Tints of Dark Slate Grey #255454
RGB
CMYK
RGB Variations
Color information
#255454 (or 0x255454) is known color: Dark Slate Grey. HEX triplet: 25, 54 and 54. RGB value is (37,84,84). Sum of RGB (Red+Green+Blue) = 37+84+84=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 84 - color contains mainly: green, blue. Hex color #255454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255454 is #DAABAB. Grayscale: #454545. Windows color (decimal): -14330796 or 5526565. OLE color: 5526565.
HSL color Cylindrical-coordinate representation of color #255454: hue angle of 180º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #255454 is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 84 | 84 | - |
| CMYK | 0.56 | 0 | 0 | 0.67 |
| HSL | 180º | 0.39% | 0.24% | - |
| HSV(B) | 180º | 0.56% | 0.33% | - |
| XYZ | 5.53 | 7.37 | 9.52 | - |
| YUV | 69.95 | 135.93 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 84 | 84 | 0.56 | 0 | 0 | 0.67 | 180 | 0.39 | 0.24 |
| Hex | 25 | 54 | 54 | 38 | 0 | 0 | 43 | B4 | 27 | 18 |
| Octal | 45 | 124 | 124 | 70 | 0 | 0 | 103 | 264 | 47 | 30 |
| Binary | 100101 | 1010100 | 1010100 | 111000 | 0 | 0 | 1000011 | 10110100 | 100111 | 11000 |
Color Harmonies of #255454
Complementary color
Monochromatic Colors of #255454
Black with #255454
Text Example
Text Example
White with #255454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255454; }
p { color: rgb(37,84,84); }
H1.HeaderClassName
{
color: #255454;
}
.AnyTagClassName
{
color: #255454;
}
</style>
background-color css
<style>
a { background-color: #255454; }
a { background-color: rgb(37,84,84); }
div.DivClassName
{
background-color: #255454;
}
.BgClassName
{
background-color: #255454;
}
</style>
border-color css
<style>
span { border-color: #255454; }
span { border-color: rgb(37,84,84); }
td.TdClassName
{
border-color: #255454;
}
.TagClassName
{
border-color: #255454;
}
</style>