#544166

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

Shades of Honey Flower #544166

Tints of Honey Flower #544166

Color information

#544166 (or 0x544166) is unknown color: approx Honey Flower. HEX triplet: 54, 41 and 66. RGB value is (84,65,102). Sum of RGB (Red+Green+Blue) = 84+65+102=251 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.47% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 102 - color contains mainly: blue. Hex color #544166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544166 is #ABBE99. Grayscale: #4A4A4A. Windows color (decimal): -11255450 or 6701396. OLE color: 6701396.

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

Color convert

RGB8465102-
CMYK0.180.3600.6
HSL270.81º22.16%32.75%-
HSV(B)270.81º36.27%40%-
XYZ7.946.6213.43-
YUV74.9143.29134.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.47%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 102 (40.23% from 255) = 40.64%
R=33.47%
G=25.90%
B=40.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal84651020.180.3600.6270.8122.1632.75
Hex544166122403C10f1621
Octal12410114622440744172641
Binary10101001000001110011010010100100011110010000111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544166; }

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

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

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

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

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

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

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

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