Html Css Color HEX #352553 Cherry Pie

📋 copy color: '#352553'

red 53 ◦ green 37 ◦ blue 83

#352553
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cherry Pie #352553

Tints of Cherry Pie #352553

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 value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#352553 (or 0x352553) is known color: 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

RGB 53 37 83 -
CMYK 0.36 0.55 0 0.67
HSL 260.87º 0.38% 0.24% -
HSV(B) 260.87º 0.55% 0.33% -
XYZ 3.69 2.7 8.51 -
YUV 47.03 148.3 132.26 -
System Red Green Blue C M Y K H S L
Decimal 53 37 83 0.36 0.55 0 0.67 260.87 0.38 0.24
Hex 35 25 53 24 37 0 43 105 26 18
Octal 65 45 123 44 67 0 103 405 46 30
Binary 110101 100101 1010011 100100 110111 0 1000011 100000101 100110 11000

Color Harmonies of #352553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352553

Black with #352553

Text Example


Text Example

White with #352553

Text Example


Text Example

HTML Codes & Css Web 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>