Shades of Dark Slate Grey #254E52
Tints of Dark Slate Grey #254E52
RGB
CMYK
RGB Variations
Color information
#254E52 (or 0x254E52) is known color: Dark Slate Grey. HEX triplet: 25, 4E and 52. RGB value is (37,78,82). Sum of RGB (Red+Green+Blue) = 37+78+82=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 82 - color contains mainly: blue. Hex color #254E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254E52 is #DAB1AD. Grayscale: #424242. Windows color (decimal): -14332334 or 5393957. OLE color: 5393957.
HSL color Cylindrical-coordinate representation of color #254E52: hue angle of 185.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #254E52 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 78 | 82 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.68 |
| HSL | 185.33º | 0.38% | 0.23% | - |
| HSV(B) | 185.33º | 0.55% | 0.32% | - |
| XYZ | 5.01 | 6.45 | 8.96 | - |
| YUV | 66.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 78 | 82 | 0.55 | 0.05 | 0 | 0.68 | 185.33 | 0.38 | 0.23 |
| Hex | 25 | 4E | 52 | 37 | 5 | 0 | 44 | B9 | 26 | 17 |
| Octal | 45 | 116 | 122 | 67 | 5 | 0 | 104 | 271 | 46 | 27 |
| Binary | 100101 | 1001110 | 1010010 | 110111 | 101 | 0 | 1000100 | 10111001 | 100110 | 10111 |
Color Harmonies of #254E52
Complementary color
Monochromatic Colors of #254E52
Black with #254E52
Text Example
Text Example
White with #254E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254E52; }
p { color: rgb(37,78,82); }
H1.HeaderClassName
{
color: #254E52;
}
.AnyTagClassName
{
color: #254E52;
}
</style>
background-color css
<style>
a { background-color: #254E52; }
a { background-color: rgb(37,78,82); }
div.DivClassName
{
background-color: #254E52;
}
.BgClassName
{
background-color: #254E52;
}
</style>
border-color css
<style>
span { border-color: #254E52; }
span { border-color: rgb(37,78,82); }
td.TdClassName
{
border-color: #254E52;
}
.TagClassName
{
border-color: #254E52;
}
</style>