#54346E

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

Shades of Honey Flower #54346E

Tints of Honey Flower #54346E

Color information

#54346E (or 0x54346E) is unknown color: approx Honey Flower. HEX triplet: 54, 34 and 6E. RGB value is (84,52,110). Sum of RGB (Red+Green+Blue) = 84+52+110=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 110 - color contains mainly: blue. Hex color #54346E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54346E is #ABCB91. Grayscale: #434343. Windows color (decimal): -11258770 or 7222356. OLE color: 7222356.

HSL color Cylindrical-coordinate representation of color #54346E: hue angle of 273.1º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54346E is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8452110-
CMYK0.240.5300.57
HSL273.1º35.8%31.76%-
HSV(B)273.1º52.73%43.14%-
XYZ7.75.4715.4-
YUV68.18151.6139.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.15%
GREEN value IS 52 (20.70% from 255) = 21.14%
BLUE value IS 110 (43.36% from 255) = 44.72%
R=34.15%
G=21.14%
B=44.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84521100.240.5300.57273.135.831.76
Hex54346E18350391112420
Octal1246415630650714214440
Binary10101001101001101110110001101010111001100010001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54346E; }

 p { color: rgb(84,52,110); }

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

<style>
 a { background-color: #54346E; }

 a { background-color: rgb(84,52,110); }

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

<style>
 span { border-color: #54346E; }

 span { border-color: rgb(84,52,110); }

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