#54465D

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

Shades of Honey Flower #54465D

Tints of Honey Flower #54465D

Color information

#54465D (or 0x54465D) is unknown color: approx Honey Flower. HEX triplet: 54, 46 and 5D. RGB value is (84,70,93). Sum of RGB (Red+Green+Blue) = 84+70+93=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 93 - color contains mainly: blue. Hex color #54465D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54465D is #ABB9A2. Grayscale: #4C4C4C. Windows color (decimal): -11254179 or 6112852. OLE color: 6112852.

HSL color Cylindrical-coordinate representation of color #54465D: hue angle of 276.52º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #54465D is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB847093-
CMYK0.100.2500.64
HSL276.52º14.11%31.96%-
HSV(B)276.52º24.73%36.47%-
XYZ7.827.0611.31-
YUV76.81137.14133.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.01%
GREEN value IS 70 (27.73% from 255) = 28.34%
BLUE value IS 93 (36.72% from 255) = 37.65%
R=34.01%
G=28.34%
B=37.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8470930.100.2500.64276.5214.1131.96
Hex54465DA19040115e20
Octal124106135123101004251640
Binary101010010001101011101101011001010000001000101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54465D; }

 p { color: rgb(84,70,93); }

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

<style>
 a { background-color: #54465D; }

 a { background-color: rgb(84,70,93); }

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

<style>
 span { border-color: #54465D; }

 span { border-color: rgb(84,70,93); }

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