Shades of Dark Slate Grey #345053
Tints of Dark Slate Grey #345053
RGB
CMYK
RGB Variations
Color information
#345053 (or 0x345053) is known color: Dark Slate Grey. HEX triplet: 34, 50 and 53. RGB value is (52,80,83). Sum of RGB (Red+Green+Blue) = 52+80+83=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 83 - color contains mainly: blue. Hex color #345053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345053 is #CBAFAC. Grayscale: #474747. Windows color (decimal): -13348781 or 5460020. OLE color: 5460020.
HSL color Cylindrical-coordinate representation of color #345053: hue angle of 185.81º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #345053 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 80 | 83 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.67 |
| HSL | 185.81º | 0.23% | 0.26% | - |
| HSV(B) | 185.81º | 0.37% | 0.33% | - |
| XYZ | 5.85 | 7.09 | 9.24 | - |
| YUV | 71.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 80 | 83 | 0.37 | 0.04 | 0 | 0.67 | 185.81 | 0.23 | 0.26 |
| Hex | 34 | 50 | 53 | 25 | 4 | 0 | 43 | BA | 17 | 1A |
| Octal | 64 | 120 | 123 | 45 | 4 | 0 | 103 | 272 | 27 | 32 |
| Binary | 110100 | 1010000 | 1010011 | 100101 | 100 | 0 | 1000011 | 10111010 | 10111 | 11010 |
Color Harmonies of #345053
Complementary color
Monochromatic Colors of #345053
Black with #345053
Text Example
Text Example
White with #345053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345053; }
p { color: rgb(52,80,83); }
H1.HeaderClassName
{
color: #345053;
}
.AnyTagClassName
{
color: #345053;
}
</style>
background-color css
<style>
a { background-color: #345053; }
a { background-color: rgb(52,80,83); }
div.DivClassName
{
background-color: #345053;
}
.BgClassName
{
background-color: #345053;
}
</style>
border-color css
<style>
span { border-color: #345053; }
span { border-color: rgb(52,80,83); }
td.TdClassName
{
border-color: #345053;
}
.TagClassName
{
border-color: #345053;
}
</style>