#53326A

Color #53326A Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #53326A

Tints of Honey Flower #53326A

Color information

#53326A (or 0x53326A) is unknown color: approx 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

RGB8350106-
CMYK0.220.5300.58
HSL275.36º35.9%30.59%-
HSV(B)275.36º52.83%41.57%-
XYZ7.315.1614.25-
YUV66.25150.43139.95-

RGB Variations

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

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.80% from 255) = 44.35%
R=34.73%
G=20.92%
B=44.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83501060.220.5300.58275.3635.930.59
Hex53326A163503A113241f
Octal1236215226650724234437
Binary1010011110010110101010110110101011101010001001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53326A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>