Shades of Dark Slate Grey #265459
Tints of Dark Slate Grey #265459
RGB
CMYK
RGB Variations
Color information
#265459 (or 0x265459) is known color: Dark Slate Grey. HEX triplet: 26, 54 and 59. RGB value is (38,84,89). Sum of RGB (Red+Green+Blue) = 38+84+89=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #265459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265459 is #D9ABA6. Grayscale: #464646. Windows color (decimal): -14265255 or 5854246. OLE color: 5854246.
HSL color Cylindrical-coordinate representation of color #265459: hue angle of 185.88º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #265459 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 84 | 89 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.65 |
| HSL | 185.88º | 0.4% | 0.25% | - |
| HSV(B) | 185.88º | 0.57% | 0.35% | - |
| XYZ | 5.77 | 7.47 | 10.59 | - |
| YUV | 70.82 | 138.26 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 84 | 89 | 0.57 | 0.06 | 0 | 0.65 | 185.88 | 0.4 | 0.25 |
| Hex | 26 | 54 | 59 | 39 | 6 | 0 | 41 | BA | 28 | 19 |
| Octal | 46 | 124 | 131 | 71 | 6 | 0 | 101 | 272 | 50 | 31 |
| Binary | 100110 | 1010100 | 1011001 | 111001 | 110 | 0 | 1000001 | 10111010 | 101000 | 11001 |
Color Harmonies of #265459
Complementary color
Monochromatic Colors of #265459
Black with #265459
Text Example
Text Example
White with #265459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265459; }
p { color: rgb(38,84,89); }
H1.HeaderClassName
{
color: #265459;
}
.AnyTagClassName
{
color: #265459;
}
</style>
background-color css
<style>
a { background-color: #265459; }
a { background-color: rgb(38,84,89); }
div.DivClassName
{
background-color: #265459;
}
.BgClassName
{
background-color: #265459;
}
</style>
border-color css
<style>
span { border-color: #265459; }
span { border-color: rgb(38,84,89); }
td.TdClassName
{
border-color: #265459;
}
.TagClassName
{
border-color: #265459;
}
</style>