Shades of Dark Slate Grey #254E53
Tints of Dark Slate Grey #254E53
RGB
CMYK
RGB Variations
Color information
#254E53 (or 0x254E53) is known color: Dark Slate Grey. HEX triplet: 25, 4E and 53. RGB value is (37,78,83). Sum of RGB (Red+Green+Blue) = 37+78+83=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 83 - color contains mainly: blue. Hex color #254E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254E53 is #DAB1AC. Grayscale: #424242. Windows color (decimal): -14332333 or 5459493. OLE color: 5459493.
HSL color Cylindrical-coordinate representation of color #254E53: hue angle of 186.52º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #254E53 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 78 | 83 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.67 |
| HSL | 186.52º | 0.38% | 0.24% | - |
| HSV(B) | 186.52º | 0.55% | 0.33% | - |
| XYZ | 5.05 | 6.47 | 9.17 | - |
| YUV | 66.31 | 137.42 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 78 | 83 | 0.55 | 0.06 | 0 | 0.67 | 186.52 | 0.38 | 0.24 |
| Hex | 25 | 4E | 53 | 37 | 6 | 0 | 43 | BB | 26 | 18 |
| Octal | 45 | 116 | 123 | 67 | 6 | 0 | 103 | 273 | 46 | 30 |
| Binary | 100101 | 1001110 | 1010011 | 110111 | 110 | 0 | 1000011 | 10111011 | 100110 | 11000 |
Color Harmonies of #254E53
Complementary color
Monochromatic Colors of #254E53
Black with #254E53
Text Example
Text Example
White with #254E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254E53; }
p { color: rgb(37,78,83); }
H1.HeaderClassName
{
color: #254E53;
}
.AnyTagClassName
{
color: #254E53;
}
</style>
background-color css
<style>
a { background-color: #254E53; }
a { background-color: rgb(37,78,83); }
div.DivClassName
{
background-color: #254E53;
}
.BgClassName
{
background-color: #254E53;
}
</style>
border-color css
<style>
span { border-color: #254E53; }
span { border-color: rgb(37,78,83); }
td.TdClassName
{
border-color: #254E53;
}
.TagClassName
{
border-color: #254E53;
}
</style>