Shades of Dark Slate Grey #265051
Tints of Dark Slate Grey #265051
RGB
CMYK
RGB Variations
Color information
#265051 (or 0x265051) is known color: Dark Slate Grey. HEX triplet: 26, 50 and 51. RGB value is (38,80,81). Sum of RGB (Red+Green+Blue) = 38+80+81=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 81 - color contains mainly: blue. Hex color #265051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265051 is #D9AFAE. Grayscale: #434343. Windows color (decimal): -14266287 or 5328934. OLE color: 5328934.
HSL color Cylindrical-coordinate representation of color #265051: hue angle of 181.4º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #265051 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 80 | 81 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.68 |
| HSL | 181.4º | 0.36% | 0.23% | - |
| HSV(B) | 181.4º | 0.53% | 0.32% | - |
| XYZ | 5.15 | 6.74 | 8.81 | - |
| YUV | 67.56 | 135.59 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 80 | 81 | 0.53 | 0.01 | 0 | 0.68 | 181.4 | 0.36 | 0.23 |
| Hex | 26 | 50 | 51 | 35 | 1 | 0 | 44 | B5 | 24 | 17 |
| Octal | 46 | 120 | 121 | 65 | 1 | 0 | 104 | 265 | 44 | 27 |
| Binary | 100110 | 1010000 | 1010001 | 110101 | 1 | 0 | 1000100 | 10110101 | 100100 | 10111 |
Color Harmonies of #265051
Complementary color
Monochromatic Colors of #265051
Black with #265051
Text Example
Text Example
White with #265051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265051; }
p { color: rgb(38,80,81); }
H1.HeaderClassName
{
color: #265051;
}
.AnyTagClassName
{
color: #265051;
}
</style>
background-color css
<style>
a { background-color: #265051; }
a { background-color: rgb(38,80,81); }
div.DivClassName
{
background-color: #265051;
}
.BgClassName
{
background-color: #265051;
}
</style>
border-color css
<style>
span { border-color: #265051; }
span { border-color: rgb(38,80,81); }
td.TdClassName
{
border-color: #265051;
}
.TagClassName
{
border-color: #265051;
}
</style>