#53396A

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

Shades of Honey Flower #53396A

Tints of Honey Flower #53396A

Color information

#53396A (or 0x53396A) is unknown color: approx Honey Flower. HEX triplet: 53, 39 and 6A. RGB value is (83,57,106). Sum of RGB (Red+Green+Blue) = 83+57+106=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 106 - color contains mainly: blue. Hex color #53396A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53396A is #ACC695. Grayscale: #464646. Windows color (decimal): -11323030 or 6961491. OLE color: 6961491.

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

Color convert

RGB8357106-
CMYK0.220.4600.58
HSL271.84º30.06%31.96%-
HSV(B)271.84º46.23%41.57%-
XYZ7.635.8114.35-
YUV70.36148.11137.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.74%
GREEN value IS 57 (22.66% from 255) = 23.17%
BLUE value IS 106 (41.80% from 255) = 43.09%
R=33.74%
G=23.17%
B=43.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83571060.220.4600.58271.8430.0631.96
Hex53396A162E03A1101e20
Octal1237115226560724203640
Binary1010011111001110101010110101110011101010001000011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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