#53296A

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

Shades of Honey Flower #53296A

Tints of Honey Flower #53296A

Color information

#53296A (or 0x53296A) is unknown color: approx Honey Flower. HEX triplet: 53, 29 and 6A. RGB value is (83,41,106). Sum of RGB (Red+Green+Blue) = 83+41+106=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 106 (41.80% from 255 or 46.09% from 230); Max value from RGB is 106 - color contains mainly: blue. Hex color #53296A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53296A is #ACD695. Grayscale: #3C3C3C. Windows color (decimal): -11327126 or 6957395. OLE color: 6957395.

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

Color convert

RGB8341106-
CMYK0.220.6100.58
HSL278.77º44.22%28.82%-
HSV(B)278.77º61.32%41.57%-
XYZ6.964.4714.13-
YUV60.97153.41143.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.09%
GREEN value IS 41 (16.41% from 255) = 17.83%
BLUE value IS 106 (41.80% from 255) = 46.09%
R=36.09%
G=17.83%
B=46.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83411060.220.6100.58278.7744.2228.82
Hex53296A163D03A1172c1d
Octal1235115226750724275435
Binary1010011101001110101010110111101011101010001011110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53296A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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