#544266

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

Shades of Honey Flower #544266

Tints of Honey Flower #544266

Color information

#544266 (or 0x544266) is unknown color: approx Honey Flower. HEX triplet: 54, 42 and 66. RGB value is (84,66,102). Sum of RGB (Red+Green+Blue) = 84+66+102=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 102 - color contains mainly: blue. Hex color #544266 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544266 is #ABBD99. Grayscale: #4B4B4B. Windows color (decimal): -11255194 or 6701652. OLE color: 6701652.

HSL color Cylindrical-coordinate representation of color #544266: hue angle of 270º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #544266 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8466102-
CMYK0.180.3500.6
HSL270º21.43%32.94%-
HSV(B)270º35.29%40%-
XYZ86.7413.45-
YUV75.49142.96134.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.33%
GREEN value IS 66 (26.17% from 255) = 26.19%
BLUE value IS 102 (40.23% from 255) = 40.48%
R=33.33%
G=26.19%
B=40.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal84661020.180.3500.627021.4332.94
Hex544266122303C10e1521
Octal12410214622430744162541
Binary10101001000010110011010010100011011110010000111010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544266; }

 p { color: rgb(84,66,102); }

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

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

 a { background-color: rgb(84,66,102); }

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

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

 span { border-color: rgb(84,66,102); }

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