Shades of El Paso #353534
Tints of El Paso #353534
RGB
CMYK
RGB Variations
Color information
#353534 (or 0x353534) is known color: El Paso. HEX triplet: 35, 35 and 34. RGB value is (53,53,52). Sum of RGB (Red+Green+Blue) = 53+53+52=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 53 - color contains mainly: red, green. Hex color #353534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353534 is #CACACB. Grayscale: #343434. Windows color (decimal): -13290188 or 3421493. OLE color: 3421493.
HSL color Cylindrical-coordinate representation of color #353534: hue angle of 60º degrees, saturation: 0.01, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #353534 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 53 | 52 | - |
| CMYK | 0 | 0 | 0.02 | 0.79 |
| HSL | 60º | 0.01% | 0.21% | - |
| HSV(B) | 60º | 0.02% | 0.21% | - |
| XYZ | 3.36 | 3.55 | 3.76 | - |
| YUV | 52.89 | 127.5 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 53 | 52 | 0 | 0 | 0.02 | 0.79 | 60 | 0.01 | 0.21 |
| Hex | 35 | 35 | 34 | 0 | 0 | 2 | 4F | 3C | 1 | 15 |
| Octal | 65 | 65 | 64 | 0 | 0 | 2 | 117 | 74 | 1 | 25 |
| Binary | 110101 | 110101 | 110100 | 0 | 0 | 10 | 1001111 | 111100 | 1 | 10101 |
Color Harmonies of #353534
Complementary color
Monochromatic Colors of #353534
Black with #353534
Text Example
Text Example
White with #353534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353534; }
p { color: rgb(53,53,52); }
H1.HeaderClassName
{
color: #353534;
}
.AnyTagClassName
{
color: #353534;
}
</style>
background-color css
<style>
a { background-color: #353534; }
a { background-color: rgb(53,53,52); }
div.DivClassName
{
background-color: #353534;
}
.BgClassName
{
background-color: #353534;
}
</style>
border-color css
<style>
span { border-color: #353534; }
span { border-color: rgb(53,53,52); }
td.TdClassName
{
border-color: #353534;
}
.TagClassName
{
border-color: #353534;
}
</style>