#54326A

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

Shades of Honey Flower #54326A

Tints of Honey Flower #54326A

Color information

#54326A (or 0x54326A) is unknown color: approx Honey Flower. HEX triplet: 54, 32 and 6A. RGB value is (84,50,106). Sum of RGB (Red+Green+Blue) = 84+50+106=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 106 - color contains mainly: blue. Hex color #54326A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54326A is #ABCD95. Grayscale: #424242. Windows color (decimal): -11259286 or 6959700. OLE color: 6959700.

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

Color convert

RGB8450106-
CMYK0.210.5300.58
HSL276.43º35.9%30.59%-
HSV(B)276.43º52.83%41.57%-
XYZ7.45.2114.25-
YUV66.55150.26140.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35%
GREEN value IS 50 (19.92% from 255) = 20.83%
BLUE value IS 106 (41.80% from 255) = 44.17%
R=35%
G=20.83%
B=44.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84501060.210.5300.58276.4335.930.59
Hex54326A153503A114241f
Octal1246215225650724244437
Binary1010100110010110101010101110101011101010001010010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54326A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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