#544462

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

Shades of Honey Flower #544462

Tints of Honey Flower #544462

Color information

#544462 (or 0x544462) is unknown color: approx Honey Flower. HEX triplet: 54, 44 and 62. RGB value is (84,68,98). Sum of RGB (Red+Green+Blue) = 84+68+98=250 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.6% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 98 - color contains mainly: blue. Hex color #544462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544462 is #ABBB9D. Grayscale: #4C4C4C. Windows color (decimal): -11254686 or 6440020. OLE color: 6440020.

HSL color Cylindrical-coordinate representation of color #544462: hue angle of 272º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #544462 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB846898-
CMYK0.140.3100.62
HSL272º18.07%32.55%-
HSV(B)272º30.61%38.43%-
XYZ7.936.912.47-
YUV76.2140.3133.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.6%
GREEN value IS 68 (26.95% from 255) = 27.2%
BLUE value IS 98 (38.67% from 255) = 39.2%
R=33.6%
G=27.2%
B=39.2%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8468980.140.3100.6227218.0732.55
Hex544462E1F03E1101221
Octal12410414216370764202241
Binary101010010001001100010111011111011111010001000010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544462; }

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

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

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

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

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

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

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

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