Shades of Dark Slate Grey #265350
Tints of Dark Slate Grey #265350
RGB
CMYK
RGB Variations
Color information
#265350 (or 0x265350) is known color: Dark Slate Grey. HEX triplet: 26, 53 and 50. RGB value is (38,83,80). Sum of RGB (Red+Green+Blue) = 38+83+80=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 83 - color contains mainly: green. Hex color #265350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265350 is #D9ACAF. Grayscale: #454545. Windows color (decimal): -14265520 or 5264166. OLE color: 5264166.
HSL color Cylindrical-coordinate representation of color #265350: hue angle of 176º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #265350 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 83 | 80 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.67 |
| HSL | 176º | 0.37% | 0.24% | - |
| HSV(B) | 176º | 0.54% | 0.33% | - |
| XYZ | 5.34 | 7.18 | 8.69 | - |
| YUV | 69.2 | 134.09 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 83 | 80 | 0.54 | 0 | 0.04 | 0.67 | 176 | 0.37 | 0.24 |
| Hex | 26 | 53 | 50 | 36 | 0 | 4 | 43 | B0 | 25 | 18 |
| Octal | 46 | 123 | 120 | 66 | 0 | 4 | 103 | 260 | 45 | 30 |
| Binary | 100110 | 1010011 | 1010000 | 110110 | 0 | 100 | 1000011 | 10110000 | 100101 | 11000 |
Color Harmonies of #265350
Complementary color
Monochromatic Colors of #265350
Black with #265350
Text Example
Text Example
White with #265350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265350; }
p { color: rgb(38,83,80); }
H1.HeaderClassName
{
color: #265350;
}
.AnyTagClassName
{
color: #265350;
}
</style>
background-color css
<style>
a { background-color: #265350; }
a { background-color: rgb(38,83,80); }
div.DivClassName
{
background-color: #265350;
}
.BgClassName
{
background-color: #265350;
}
</style>
border-color css
<style>
span { border-color: #265350; }
span { border-color: rgb(38,83,80); }
td.TdClassName
{
border-color: #265350;
}
.TagClassName
{
border-color: #265350;
}
</style>