#54346B

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

Shades of Honey Flower #54346B

Tints of Honey Flower #54346B

Color information

#54346B (or 0x54346B) is unknown color: approx Honey Flower. HEX triplet: 54, 34 and 6B. RGB value is (84,52,107). Sum of RGB (Red+Green+Blue) = 84+52+107=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 107 - color contains mainly: blue. Hex color #54346B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54346B is #ABCB94. Grayscale: #434343. Windows color (decimal): -11258773 or 7025748. OLE color: 7025748.

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

Color convert

RGB8452107-
CMYK0.210.5100.58
HSL274.91º34.59%31.18%-
HSV(B)274.91º51.4%41.96%-
XYZ7.545.414.56-
YUV67.84150.1139.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.57%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 107 (42.19% from 255) = 44.03%
R=34.57%
G=21.40%
B=44.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84521070.210.5100.58274.9134.5931.18
Hex54346B153303A113231f
Octal1246415325630724234337
Binary1010100110100110101110101110011011101010001001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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