Html Css Color HEX #52326A Honey Flower

📋 copy color: '#52326A'

red 82 ◦ green 50 ◦ blue 106

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

Shades of Honey Flower #52326A

Tints of Honey Flower #52326A

RGB

 RED value IS 82 (32.42% from 255) = 34.45%

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

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

R = 34.45%
G = 21.01%
B = 44.54%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52326A (or 0x52326A) is known color: Honey Flower. HEX triplet: 52, 32 and 6A. RGB value is (82,50,106). Sum of RGB (Red+Green+Blue) = 82+50+106=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 106 - color contains mainly: blue. Hex color #52326A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52326A is #ADCD95. Grayscale: #414141. Windows color (decimal): -11390358 or 6959698. OLE color: 6959698.

HSL color Cylindrical-coordinate representation of color #52326A: hue angle of 274.29º 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 #52326A is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 50 106 -
CMYK 0.23 0.53 0 0.58
HSL 274.29º 0.36% 0.31% -
HSV(B) 274.29º 0.53% 0.42% -
XYZ 7.22 5.12 14.24 -
YUV 65.95 150.6 139.45 -
System Red Green Blue C M Y K H S L
Decimal 82 50 106 0.23 0.53 0 0.58 274.29 0.36 0.31
Hex 52 32 6A 17 35 0 3A 112 24 1F
Octal 122 62 152 27 65 0 72 422 44 37
Binary 1010010 110010 1101010 10111 110101 0 111010 100010010 100100 11111

Color Harmonies of #52326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52326A

Black with #52326A

Text Example


Text Example

White with #52326A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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