#544461

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

Shades of Honey Flower #544461

Tints of Honey Flower #544461

Color information

#544461 (or 0x544461) is unknown color: approx Honey Flower. HEX triplet: 54, 44 and 61. RGB value is (84,68,97). Sum of RGB (Red+Green+Blue) = 84+68+97=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 97 - color contains mainly: blue. Hex color #544461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544461 is #ABBB9E. Grayscale: #4B4B4B. Windows color (decimal): -11254687 or 6374484. OLE color: 6374484.

HSL color Cylindrical-coordinate representation of color #544461: hue angle of 273.1º 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 #544461 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB846897-
CMYK0.130.3000.62
HSL273.1º17.58%32.35%-
HSV(B)273.1º29.9%38.04%-
XYZ7.886.8812.22-
YUV76.09139.8133.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.73%
GREEN value IS 68 (26.95% from 255) = 27.31%
BLUE value IS 97 (38.28% from 255) = 38.96%
R=33.73%
G=27.31%
B=38.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8468970.130.3000.62273.117.5832.35
Hex544461D1E03E1111220
Octal12410414115360764212240
Binary101010010001001100001110111110011111010001000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544461; }

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

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

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

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

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

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

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

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