Shades of Dark Slate Grey #265351
Tints of Dark Slate Grey #265351
RGB
CMYK
RGB Variations
Color information
#265351 (or 0x265351) is known color: Dark Slate Grey. HEX triplet: 26, 53 and 51. RGB value is (38,83,81). Sum of RGB (Red+Green+Blue) = 38+83+81=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 83 - color contains mainly: green. Hex color #265351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265351 is #D9ACAE. Grayscale: #454545. Windows color (decimal): -14265519 or 5329702. OLE color: 5329702.
HSL color Cylindrical-coordinate representation of color #265351: hue angle of 177.33º 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 #265351 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 83 | 81 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.67 |
| HSL | 177.33º | 0.37% | 0.24% | - |
| HSV(B) | 177.33º | 0.54% | 0.33% | - |
| XYZ | 5.38 | 7.19 | 8.89 | - |
| YUV | 69.32 | 134.59 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 83 | 81 | 0.54 | 0 | 0.02 | 0.67 | 177.33 | 0.37 | 0.24 |
| Hex | 26 | 53 | 51 | 36 | 0 | 2 | 43 | B1 | 25 | 18 |
| Octal | 46 | 123 | 121 | 66 | 0 | 2 | 103 | 261 | 45 | 30 |
| Binary | 100110 | 1010011 | 1010001 | 110110 | 0 | 10 | 1000011 | 10110001 | 100101 | 11000 |
Color Harmonies of #265351
Complementary color
Monochromatic Colors of #265351
Black with #265351
Text Example
Text Example
White with #265351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265351; }
p { color: rgb(38,83,81); }
H1.HeaderClassName
{
color: #265351;
}
.AnyTagClassName
{
color: #265351;
}
</style>
background-color css
<style>
a { background-color: #265351; }
a { background-color: rgb(38,83,81); }
div.DivClassName
{
background-color: #265351;
}
.BgClassName
{
background-color: #265351;
}
</style>
border-color css
<style>
span { border-color: #265351; }
span { border-color: rgb(38,83,81); }
td.TdClassName
{
border-color: #265351;
}
.TagClassName
{
border-color: #265351;
}
</style>