Shades of Dark Slate Grey #265450
Tints of Dark Slate Grey #265450
RGB
CMYK
RGB Variations
Color information
#265450 (or 0x265450) is known color: Dark Slate Grey. HEX triplet: 26, 54 and 50. RGB value is (38,84,80). Sum of RGB (Red+Green+Blue) = 38+84+80=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 84 - color contains mainly: green. Hex color #265450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265450 is #D9ABAF. Grayscale: #454545. Windows color (decimal): -14265264 or 5264422. OLE color: 5264422.
HSL color Cylindrical-coordinate representation of color #265450: hue angle of 174.78º 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 #265450 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 84 | 80 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.67 |
| HSL | 174.78º | 0.38% | 0.24% | - |
| HSV(B) | 174.78º | 0.55% | 0.33% | - |
| XYZ | 5.42 | 7.33 | 8.72 | - |
| YUV | 69.79 | 133.76 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 84 | 80 | 0.55 | 0 | 0.05 | 0.67 | 174.78 | 0.38 | 0.24 |
| Hex | 26 | 54 | 50 | 37 | 0 | 5 | 43 | AF | 26 | 18 |
| Octal | 46 | 124 | 120 | 67 | 0 | 5 | 103 | 257 | 46 | 30 |
| Binary | 100110 | 1010100 | 1010000 | 110111 | 0 | 101 | 1000011 | 10101111 | 100110 | 11000 |
Color Harmonies of #265450
Complementary color
Monochromatic Colors of #265450
Black with #265450
Text Example
Text Example
White with #265450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265450; }
p { color: rgb(38,84,80); }
H1.HeaderClassName
{
color: #265450;
}
.AnyTagClassName
{
color: #265450;
}
</style>
background-color css
<style>
a { background-color: #265450; }
a { background-color: rgb(38,84,80); }
div.DivClassName
{
background-color: #265450;
}
.BgClassName
{
background-color: #265450;
}
</style>
border-color css
<style>
span { border-color: #265450; }
span { border-color: rgb(38,84,80); }
td.TdClassName
{
border-color: #265450;
}
.TagClassName
{
border-color: #265450;
}
</style>