#54445C

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

Shades of Honey Flower #54445C

Tints of Honey Flower #54445C

Color information

#54445C (or 0x54445C) is unknown color: approx Honey Flower. HEX triplet: 54, 44 and 5C. RGB value is (84,68,92). Sum of RGB (Red+Green+Blue) = 84+68+92=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 92 - color contains mainly: blue. Hex color #54445C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54445C is #ABBBA3. Grayscale: #4B4B4B. Windows color (decimal): -11254692 or 6046804. OLE color: 6046804.

HSL color Cylindrical-coordinate representation of color #54445C: hue angle of 280º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #54445C is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB846892-
CMYK0.090.2600.64
HSL280º15%31.37%-
HSV(B)280º26.09%36.08%-
XYZ7.666.7911.03-
YUV75.52137.3134.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.43%
GREEN value IS 68 (26.95% from 255) = 27.87%
BLUE value IS 92 (36.33% from 255) = 37.70%
R=34.43%
G=27.87%
B=37.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8468920.090.2600.642801531.37
Hex54445C91A040118f1f
Octal124104134113201004301737
Binary10101001000100101110010011101001000000100011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,68,92); }

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

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

 a { background-color: rgb(84,68,92); }

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

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

 span { border-color: rgb(84,68,92); }

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