Shades of Dark Slate Grey #265250
Tints of Dark Slate Grey #265250
RGB
CMYK
RGB Variations
Color information
#265250 (or 0x265250) is known color: Dark Slate Grey. HEX triplet: 26, 52 and 50. RGB value is (38,82,80). Sum of RGB (Red+Green+Blue) = 38+82+80=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 82 - color contains mainly: green. Hex color #265250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265250 is #D9ADAF. Grayscale: #444444. Windows color (decimal): -14265776 or 5263910. OLE color: 5263910.
HSL color Cylindrical-coordinate representation of color #265250: hue angle of 177.27º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #265250 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 82 | 80 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.68 |
| HSL | 177.27º | 0.37% | 0.24% | - |
| HSV(B) | 177.27º | 0.54% | 0.32% | - |
| XYZ | 5.26 | 7.03 | 8.67 | - |
| YUV | 68.62 | 134.42 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 82 | 80 | 0.54 | 0 | 0.02 | 0.68 | 177.27 | 0.37 | 0.24 |
| Hex | 26 | 52 | 50 | 36 | 0 | 2 | 44 | B1 | 25 | 18 |
| Octal | 46 | 122 | 120 | 66 | 0 | 2 | 104 | 261 | 45 | 30 |
| Binary | 100110 | 1010010 | 1010000 | 110110 | 0 | 10 | 1000100 | 10110001 | 100101 | 11000 |
Color Harmonies of #265250
Complementary color
Monochromatic Colors of #265250
Black with #265250
Text Example
Text Example
White with #265250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265250; }
p { color: rgb(38,82,80); }
H1.HeaderClassName
{
color: #265250;
}
.AnyTagClassName
{
color: #265250;
}
</style>
background-color css
<style>
a { background-color: #265250; }
a { background-color: rgb(38,82,80); }
div.DivClassName
{
background-color: #265250;
}
.BgClassName
{
background-color: #265250;
}
</style>
border-color css
<style>
span { border-color: #265250; }
span { border-color: rgb(38,82,80); }
td.TdClassName
{
border-color: #265250;
}
.TagClassName
{
border-color: #265250;
}
</style>