#544069

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

Shades of Honey Flower #544069

Tints of Honey Flower #544069

Color information

#544069 (or 0x544069) is unknown color: approx Honey Flower. HEX triplet: 54, 40 and 69. RGB value is (84,64,105). Sum of RGB (Red+Green+Blue) = 84+64+105=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 105 - color contains mainly: blue. Hex color #544069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544069 is #ABBF96. Grayscale: #4A4A4A. Windows color (decimal): -11255703 or 6897748. OLE color: 6897748.

HSL color Cylindrical-coordinate representation of color #544069: hue angle of 269.27º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #544069 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8464105-
CMYK0.200.3900.59
HSL269.27º24.26%33.14%-
HSV(B)269.27º39.05%41.18%-
XYZ8.046.5714.21-
YUV74.65145.13134.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.20%
GREEN value IS 64 (25.39% from 255) = 25.30%
BLUE value IS 105 (41.41% from 255) = 41.50%
R=33.20%
G=25.30%
B=41.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84641050.200.3900.59269.2724.2633.14
Hex544069142703B10d1821
Octal12410015124470734153041
Binary10101001000000110100110100100111011101110000110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544069; }

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

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

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

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

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

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

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

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