Shades of Dark Slate Grey #255450
Tints of Dark Slate Grey #255450
RGB
CMYK
RGB Variations
Color information
#255450 (or 0x255450) is known color: Dark Slate Grey. HEX triplet: 25, 54 and 50. RGB value is (37,84,80). Sum of RGB (Red+Green+Blue) = 37+84+80=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 84 - color contains mainly: green. Hex color #255450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255450 is #DAABAF. Grayscale: #454545. Windows color (decimal): -14330800 or 5264421. OLE color: 5264421.
HSL color Cylindrical-coordinate representation of color #255450: hue angle of 174.89º 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 #255450 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 84 | 80 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.67 |
| HSL | 174.89º | 0.39% | 0.24% | - |
| HSV(B) | 174.89º | 0.56% | 0.33% | - |
| XYZ | 5.38 | 7.31 | 8.72 | - |
| YUV | 69.49 | 133.93 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 84 | 80 | 0.56 | 0 | 0.05 | 0.67 | 174.89 | 0.39 | 0.24 |
| Hex | 25 | 54 | 50 | 38 | 0 | 5 | 43 | AF | 27 | 18 |
| Octal | 45 | 124 | 120 | 70 | 0 | 5 | 103 | 257 | 47 | 30 |
| Binary | 100101 | 1010100 | 1010000 | 111000 | 0 | 101 | 1000011 | 10101111 | 100111 | 11000 |
Color Harmonies of #255450
Complementary color
Monochromatic Colors of #255450
Black with #255450
Text Example
Text Example
White with #255450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255450; }
p { color: rgb(37,84,80); }
H1.HeaderClassName
{
color: #255450;
}
.AnyTagClassName
{
color: #255450;
}
</style>
background-color css
<style>
a { background-color: #255450; }
a { background-color: rgb(37,84,80); }
div.DivClassName
{
background-color: #255450;
}
.BgClassName
{
background-color: #255450;
}
</style>
border-color css
<style>
span { border-color: #255450; }
span { border-color: rgb(37,84,80); }
td.TdClassName
{
border-color: #255450;
}
.TagClassName
{
border-color: #255450;
}
</style>