Html Css Color HEX #53326A Honey Flower

📋 copy color: '#53326A'

red 83 ◦ green 50 ◦ blue 106

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

Shades of Honey Flower #53326A

Tints of Honey Flower #53326A

RGB

 RED value IS 83 (32.81% from 255) = 34.73%

 GREEN value IS 50 (19.92% from 255) = 20.92%

 BLUE value IS 106 (41.8% from 255) = 44.35%

R = 34.73%
G = 20.92%
B = 44.35%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53326A (or 0x53326A) is known color: Honey Flower. HEX triplet: 53, 32 and 6A. RGB value is (83,50,106). Sum of RGB (Red+Green+Blue) = 83+50+106=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 106 - color contains mainly: blue. Hex color #53326A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53326A is #ACCD95. Grayscale: #424242. Windows color (decimal): -11324822 or 6959699. OLE color: 6959699.

HSL color Cylindrical-coordinate representation of color #53326A: hue angle of 275.36º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53326A is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 50 106 -
CMYK 0.22 0.53 0 0.58
HSL 275.36º 0.36% 0.31% -
HSV(B) 275.36º 0.53% 0.42% -
XYZ 7.31 5.16 14.25 -
YUV 66.25 150.43 139.95 -
System Red Green Blue C M Y K H S L
Decimal 83 50 106 0.22 0.53 0 0.58 275.36 0.36 0.31
Hex 53 32 6A 16 35 0 3A 113 24 1F
Octal 123 62 152 26 65 0 72 423 44 37
Binary 1010011 110010 1101010 10110 110101 0 111010 100010011 100100 11111

Color Harmonies of #53326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53326A

Black with #53326A

Text Example


Text Example

White with #53326A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53326A; }

 p { color: rgb(83,50,106); }

 H1.HeaderClassName
 {
   color: #53326A;
 }
 .AnyTagClassName
 {
   color: #53326A;
 }
</style>

background-color css

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

 a { background-color: rgb(83,50,106); }

 div.DivClassName
 {
   background-color: #53326A;
 }
 .BgClassName
 {
   background-color: #53326A;
 }
</style>

border-color css

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

 span { border-color: rgb(83,50,106); }

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