Shades of Dark Slate Grey #265553
Tints of Dark Slate Grey #265553
RGB
CMYK
RGB Variations
Color information
#265553 (or 0x265553) is known color: Dark Slate Grey. HEX triplet: 26, 55 and 53. RGB value is (38,85,83). Sum of RGB (Red+Green+Blue) = 38+85+83=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 85 - color contains mainly: green. Hex color #265553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265553 is #D9AAAC. Grayscale: #464646. Windows color (decimal): -14265005 or 5461286. OLE color: 5461286.
HSL color Cylindrical-coordinate representation of color #265553: hue angle of 177.45º 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 #265553 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 85 | 83 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.67 |
| HSL | 177.45º | 0.38% | 0.24% | - |
| HSV(B) | 177.45º | 0.55% | 0.33% | - |
| XYZ | 5.61 | 7.53 | 9.34 | - |
| YUV | 70.72 | 134.93 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 85 | 83 | 0.55 | 0 | 0.02 | 0.67 | 177.45 | 0.38 | 0.24 |
| Hex | 26 | 55 | 53 | 37 | 0 | 2 | 43 | B1 | 26 | 18 |
| Octal | 46 | 125 | 123 | 67 | 0 | 2 | 103 | 261 | 46 | 30 |
| Binary | 100110 | 1010101 | 1010011 | 110111 | 0 | 10 | 1000011 | 10110001 | 100110 | 11000 |
Color Harmonies of #265553
Complementary color
Monochromatic Colors of #265553
Black with #265553
Text Example
Text Example
White with #265553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265553; }
p { color: rgb(38,85,83); }
H1.HeaderClassName
{
color: #265553;
}
.AnyTagClassName
{
color: #265553;
}
</style>
background-color css
<style>
a { background-color: #265553; }
a { background-color: rgb(38,85,83); }
div.DivClassName
{
background-color: #265553;
}
.BgClassName
{
background-color: #265553;
}
</style>
border-color css
<style>
span { border-color: #265553; }
span { border-color: rgb(38,85,83); }
td.TdClassName
{
border-color: #265553;
}
.TagClassName
{
border-color: #265553;
}
</style>