Shades of Dark Slate Grey #275052
Tints of Dark Slate Grey #275052
RGB
CMYK
RGB Variations
Color information
#275052 (or 0x275052) is known color: Dark Slate Grey. HEX triplet: 27, 50 and 52. RGB value is (39,80,82). Sum of RGB (Red+Green+Blue) = 39+80+82=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 82 - color contains mainly: blue. Hex color #275052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275052 is #D8AFAD. Grayscale: #434343. Windows color (decimal): -14200750 or 5394471. OLE color: 5394471.
HSL color Cylindrical-coordinate representation of color #275052: hue angle of 182.79º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #275052 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 39 | 80 | 82 | - |
| CMYK | 0.52 | 0.02 | 0 | 0.68 |
| HSL | 182.79º | 0.36% | 0.24% | - |
| HSV(B) | 182.79º | 0.52% | 0.32% | - |
| XYZ | 5.23 | 6.78 | 9.02 | - |
| YUV | 67.97 | 135.92 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 80 | 82 | 0.52 | 0.02 | 0 | 0.68 | 182.79 | 0.36 | 0.24 |
| Hex | 27 | 50 | 52 | 34 | 2 | 0 | 44 | B7 | 24 | 18 |
| Octal | 47 | 120 | 122 | 64 | 2 | 0 | 104 | 267 | 44 | 30 |
| Binary | 100111 | 1010000 | 1010010 | 110100 | 10 | 0 | 1000100 | 10110111 | 100100 | 11000 |
Color Harmonies of #275052
Complementary color
Monochromatic Colors of #275052
Black with #275052
Text Example
Text Example
White with #275052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275052; }
p { color: rgb(39,80,82); }
H1.HeaderClassName
{
color: #275052;
}
.AnyTagClassName
{
color: #275052;
}
</style>
background-color css
<style>
a { background-color: #275052; }
a { background-color: rgb(39,80,82); }
div.DivClassName
{
background-color: #275052;
}
.BgClassName
{
background-color: #275052;
}
</style>
border-color css
<style>
span { border-color: #275052; }
span { border-color: rgb(39,80,82); }
td.TdClassName
{
border-color: #275052;
}
.TagClassName
{
border-color: #275052;
}
</style>