#353056

Color #353056 Cherry Pie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherry Pie #353056

Tints of Cherry Pie #353056

Color information

#353056 (or 0x353056) is unknown color: approx Cherry Pie. HEX triplet: 35, 30 and 56. RGB value is (53,48,86). Sum of RGB (Red+Green+Blue) = 53+48+86=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 86 (33.98% from 255 or 45.99% from 187); Max value from RGB is 86 - color contains mainly: blue. Hex color #353056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353056 is #CACFA9. Grayscale: #353535. Windows color (decimal): -13291434 or 5648437. OLE color: 5648437.

HSL color Cylindrical-coordinate representation of color #353056: hue angle of 247.89º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #353056 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB534886-
CMYK0.380.4400.66
HSL247.89º28.36%26.27%-
HSV(B)247.89º44.19%33.73%-
XYZ4.23.549.27-
YUV53.83146.16127.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 28.34%
GREEN value IS 48 (19.14% from 255) = 25.67%
BLUE value IS 86 (33.98% from 255) = 45.99%
R=28.34%
G=25.67%
B=45.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5348860.380.4400.66247.8928.3626.27
Hex353056262C042f81c1a
Octal6560126465401023703432
Binary110101110000101011010011010110001000010111110001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353056; }

 p { color: rgb(53,48,86); }

 H1.HeaderClassName
 {
   color: #353056;
 }
 .AnyTagClassName
 {
   color: #353056;
 }
</style>
background-color css

<style>
 a { background-color: #353056; }

 a { background-color: rgb(53,48,86); }

 div.DivClassName
 {
   background-color: #353056;
 }
 .BgClassName
 {
   background-color: #353056;
 }
</style>
border-color css

<style>
 span { border-color: #353056; }

 span { border-color: rgb(53,48,86); }

 td.TdClassName
 {
   border-color: #353056;
 }
 .TagClassName
 {
   border-color: #353056;
 }
</style>