Shades of Dark Slate Grey #265358
Tints of Dark Slate Grey #265358
RGB
CMYK
RGB Variations
Color information
#265358 (or 0x265358) is known color: Dark Slate Grey. HEX triplet: 26, 53 and 58. RGB value is (38,83,88). Sum of RGB (Red+Green+Blue) = 38+83+88=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 88 - color contains mainly: blue. Hex color #265358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265358 is #D9ACA7. Grayscale: #464646. Windows color (decimal): -14265512 or 5788454. OLE color: 5788454.
HSL color Cylindrical-coordinate representation of color #265358: hue angle of 186º 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 #265358 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 83 | 88 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.65 |
| HSL | 186º | 0.4% | 0.25% | - |
| HSV(B) | 186º | 0.57% | 0.35% | - |
| XYZ | 5.65 | 7.3 | 10.34 | - |
| YUV | 70.12 | 138.09 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 83 | 88 | 0.57 | 0.06 | 0 | 0.65 | 186 | 0.4 | 0.25 |
| Hex | 26 | 53 | 58 | 39 | 6 | 0 | 41 | BA | 28 | 19 |
| Octal | 46 | 123 | 130 | 71 | 6 | 0 | 101 | 272 | 50 | 31 |
| Binary | 100110 | 1010011 | 1011000 | 111001 | 110 | 0 | 1000001 | 10111010 | 101000 | 11001 |
Color Harmonies of #265358
Complementary color
Monochromatic Colors of #265358
Black with #265358
Text Example
Text Example
White with #265358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265358; }
p { color: rgb(38,83,88); }
H1.HeaderClassName
{
color: #265358;
}
.AnyTagClassName
{
color: #265358;
}
</style>
background-color css
<style>
a { background-color: #265358; }
a { background-color: rgb(38,83,88); }
div.DivClassName
{
background-color: #265358;
}
.BgClassName
{
background-color: #265358;
}
</style>
border-color css
<style>
span { border-color: #265358; }
span { border-color: rgb(38,83,88); }
td.TdClassName
{
border-color: #265358;
}
.TagClassName
{
border-color: #265358;
}
</style>