#53326B

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

Shades of Honey Flower #53326B

Tints of Honey Flower #53326B

Color information

#53326B (or 0x53326B) is unknown color: approx Honey Flower. HEX triplet: 53, 32 and 6B. RGB value is (83,50,107). Sum of RGB (Red+Green+Blue) = 83+50+107=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 107 - color contains mainly: blue. Hex color #53326B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53326B is #ACCD94. Grayscale: #424242. Windows color (decimal): -11324821 or 7025235. OLE color: 7025235.

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

Color convert

RGB8350107-
CMYK0.220.5300.58
HSL274.74º36.31%30.78%-
HSV(B)274.74º53.27%41.96%-
XYZ7.365.1814.52-
YUV66.37150.93139.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.58%
GREEN value IS 50 (19.92% from 255) = 20.83%
BLUE value IS 107 (42.19% from 255) = 44.58%
R=34.58%
G=20.83%
B=44.58%

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
Decimal83501070.220.5300.58274.7436.3130.78
Hex53326B163503A113241f
Octal1236215326650724234437
Binary1010011110010110101110110110101011101010001001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53326B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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