#54405C

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

Shades of Honey Flower #54405C

Tints of Honey Flower #54405C

Color information

#54405C (or 0x54405C) is unknown color: approx Honey Flower. HEX triplet: 54, 40 and 5C. RGB value is (84,64,92). Sum of RGB (Red+Green+Blue) = 84+64+92=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 92 - color contains mainly: blue. Hex color #54405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54405C is #ABBFA3. Grayscale: #494949. Windows color (decimal): -11255716 or 6045780. OLE color: 6045780.

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

Color convert

RGB846492-
CMYK0.090.3000.64
HSL282.86º17.95%30.59%-
HSV(B)282.86º30.43%36.08%-
XYZ7.426.3210.95-
YUV73.17138.63135.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35%
GREEN value IS 64 (25.39% from 255) = 26.67%
BLUE value IS 92 (36.33% from 255) = 38.33%
R=35%
G=26.67%
B=38.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8464920.090.3000.64282.8617.9530.59
Hex54405C91E04011b121f
Octal124100134113601004332237
Binary101010010000001011100100111110010000001000110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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