#54346C

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

Shades of Honey Flower #54346C

Tints of Honey Flower #54346C

Color information

#54346C (or 0x54346C) is unknown color: approx Honey Flower. HEX triplet: 54, 34 and 6C. RGB value is (84,52,108). Sum of RGB (Red+Green+Blue) = 84+52+108=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #54346C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54346C is #ABCB93. Grayscale: #434343. Windows color (decimal): -11258772 or 7091284. OLE color: 7091284.

HSL color Cylindrical-coordinate representation of color #54346C: hue angle of 274.29º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54346C is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8452108-
CMYK0.220.5200.58
HSL274.29º35%31.37%-
HSV(B)274.29º51.85%42.35%-
XYZ7.595.4214.83-
YUV67.95150.6139.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.43%
GREEN value IS 52 (20.70% from 255) = 21.31%
BLUE value IS 108 (42.58% from 255) = 44.26%
R=34.43%
G=21.31%
B=44.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84521080.220.5200.58274.293531.37
Hex54346C163403A112231f
Octal1246415426640724224337
Binary1010100110100110110010110110100011101010001001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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