#544360

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

Shades of Honey Flower #544360

Tints of Honey Flower #544360

Color information

#544360 (or 0x544360) is unknown color: approx Honey Flower. HEX triplet: 54, 43 and 60. RGB value is (84,67,96). Sum of RGB (Red+Green+Blue) = 84+67+96=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 96 - color contains mainly: blue. Hex color #544360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544360 is #ABBC9F. Grayscale: #4B4B4B. Windows color (decimal): -11254944 or 6308692. OLE color: 6308692.

HSL color Cylindrical-coordinate representation of color #544360: hue angle of 275.17º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #544360 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB846796-
CMYK0.120.3000.62
HSL275.17º17.79%31.96%-
HSV(B)275.17º30.21%37.65%-
XYZ7.776.7411.96-
YUV75.39139.63134.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.01%
GREEN value IS 67 (26.56% from 255) = 27.13%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=34.01%
G=27.13%
B=38.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8467960.120.3000.62275.1717.7931.96
Hex544360C1E03E1131220
Octal12410314014360764232240
Binary101010010000111100000110011110011111010001001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544360; }

 p { color: rgb(84,67,96); }

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

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

 a { background-color: rgb(84,67,96); }

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

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

 span { border-color: rgb(84,67,96); }

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