#352553

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

Shades of Cherry Pie #352553

Tints of Cherry Pie #352553

Color information

#352553 (or 0x352553) is unknown color: approx Cherry Pie. HEX triplet: 35, 25 and 53. RGB value is (53,37,83). Sum of RGB (Red+Green+Blue) = 53+37+83=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 83 - color contains mainly: blue. Hex color #352553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352553 is #CADAAC. Grayscale: #2E2E2E. Windows color (decimal): -13294253 or 5449013. OLE color: 5449013.

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

Color convert

RGB533783-
CMYK0.360.5500.67
HSL260.87º38.33%23.53%-
HSV(B)260.87º55.42%32.55%-
XYZ3.692.78.51-
YUV47.03148.3132.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.64%
GREEN value IS 37 (14.84% from 255) = 21.39%
BLUE value IS 83 (32.81% from 255) = 47.98%
R=30.64%
G=21.39%
B=47.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5337830.360.5500.67260.8738.3323.53
Hex35255324370431052618
Octal6545123446701034054630
Binary11010110010110100111001001101110100001110000010110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352553; }

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

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

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

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

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

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

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

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