#353053

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

Shades of Cherry Pie #353053

Tints of Cherry Pie #353053

Color information

#353053 (or 0x353053) is unknown color: approx Cherry Pie. HEX triplet: 35, 30 and 53. RGB value is (53,48,83). Sum of RGB (Red+Green+Blue) = 53+48+83=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #353053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353053 is #CACFAC. Grayscale: #353535. Windows color (decimal): -13291437 or 5451829. OLE color: 5451829.

HSL color Cylindrical-coordinate representation of color #353053: hue angle of 248.57º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #353053 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB534883-
CMYK0.360.4200.67
HSL248.57º26.72%25.69%-
HSV(B)248.57º42.17%32.55%-
XYZ4.093.58.64-
YUV53.48144.66127.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.80%
GREEN value IS 48 (19.14% from 255) = 26.09%
BLUE value IS 83 (32.81% from 255) = 45.11%
R=28.80%
G=26.09%
B=45.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5348830.360.4200.67248.5726.7225.69
Hex353053242A043f91b1a
Octal6560123445201033713332
Binary110101110000101001110010010101001000011111110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353053; }

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

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

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

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

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

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

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

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