Shades of Cherry Pie #353253
Tints of Cherry Pie #353253
RGB
CMYK
RGB Variations
Color information
#353253 (or 0x353253) is known color: Cherry Pie. HEX triplet: 35, 32 and 53. RGB value is (53,50,83). Sum of RGB (Red+Green+Blue) = 53+50+83=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 83 - color contains mainly: blue. Hex color #353253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353253 is #CACDAC. Grayscale: #363636. Windows color (decimal): -13290925 or 5452341. OLE color: 5452341.
HSL color Cylindrical-coordinate representation of color #353253: hue angle of 245.45º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #353253 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 50 | 83 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.67 |
| HSL | 245.45º | 0.25% | 0.26% | - |
| HSV(B) | 245.45º | 0.4% | 0.33% | - |
| XYZ | 4.17 | 3.66 | 8.67 | - |
| YUV | 54.66 | 143.99 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 50 | 83 | 0.36 | 0.40 | 0 | 0.67 | 245.45 | 0.25 | 0.26 |
| Hex | 35 | 32 | 53 | 24 | 28 | 0 | 43 | F5 | 19 | 1A |
| Octal | 65 | 62 | 123 | 44 | 50 | 0 | 103 | 365 | 31 | 32 |
| Binary | 110101 | 110010 | 1010011 | 100100 | 101000 | 0 | 1000011 | 11110101 | 11001 | 11010 |
Color Harmonies of #353253
Complementary color
Monochromatic Colors of #353253
Black with #353253
Text Example
Text Example
White with #353253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353253; }
p { color: rgb(53,50,83); }
H1.HeaderClassName
{
color: #353253;
}
.AnyTagClassName
{
color: #353253;
}
</style>
background-color css
<style>
a { background-color: #353253; }
a { background-color: rgb(53,50,83); }
div.DivClassName
{
background-color: #353253;
}
.BgClassName
{
background-color: #353253;
}
</style>
border-color css
<style>
span { border-color: #353253; }
span { border-color: rgb(53,50,83); }
td.TdClassName
{
border-color: #353253;
}
.TagClassName
{
border-color: #353253;
}
</style>