Html Css Color HEX #544168 Honey Flower

📋 copy color: '#544168'

red 84 ◦ green 65 ◦ blue 104

#544168
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #544168

Tints of Honey Flower #544168

RGB

 RED value IS 84 (33.2% from 255) = 33.2%

 GREEN value IS 65 (25.78% from 255) = 25.69%

 BLUE value IS 104 (41.02% from 255) = 41.11%

R = 33.2%
G = 25.69%
B = 41.11%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#544168 (or 0x544168) is known color: Honey Flower. HEX triplet: 54, 41 and 68. RGB value is (84,65,104). Sum of RGB (Red+Green+Blue) = 84+65+104=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 104 - color contains mainly: blue. Hex color #544168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544168 is #ABBE97. Grayscale: #4A4A4A. Windows color (decimal): -11255448 or 6832468. OLE color: 6832468.

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

Color convert

RGB 84 65 104 -
CMYK 0.19 0.38 0 0.59
HSL 269.23º 0.23% 0.33% -
HSV(B) 269.23º 0.38% 0.41% -
XYZ 8.05 6.66 13.96 -
YUV 75.13 144.29 134.33 -
System Red Green Blue C M Y K H S L
Decimal 84 65 104 0.19 0.38 0 0.59 269.23 0.23 0.33
Hex 54 41 68 13 26 0 3B 10D 17 21
Octal 124 101 150 23 46 0 73 415 27 41
Binary 1010100 1000001 1101000 10011 100110 0 111011 100001101 10111 100001

Color Harmonies of #544168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544168

Black with #544168

Text Example


Text Example

White with #544168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544168; }

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

 H1.HeaderClassName
 {
   color: #544168;
 }
 .AnyTagClassName
 {
   color: #544168;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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