Html Css Color HEX #544163 Honey Flower

📋 copy color: '#544163'

red 84 ◦ green 65 ◦ blue 99

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

Shades of Honey Flower #544163

Tints of Honey Flower #544163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 39.92%

R = 33.87%
G = 26.21%
B = 39.92%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#544163 (or 0x544163) is known color: Honey Flower. HEX triplet: 54, 41 and 63. RGB value is (84,65,99). Sum of RGB (Red+Green+Blue) = 84+65+99=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 99 - color contains mainly: blue. Hex color #544163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544163 is #ABBE9C. Grayscale: #4A4A4A. Windows color (decimal): -11255453 or 6504788. OLE color: 6504788.

HSL color Cylindrical-coordinate representation of color #544163: hue angle of 273.53º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #544163 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 84 65 99 -
CMYK 0.15 0.34 0 0.61
HSL 273.53º 0.21% 0.32% -
HSV(B) 273.53º 0.34% 0.39% -
XYZ 7.8 6.57 12.66 -
YUV 74.56 141.79 134.74 -
System Red Green Blue C M Y K H S L
Decimal 84 65 99 0.15 0.34 0 0.61 273.53 0.21 0.32
Hex 54 41 63 F 22 0 3D 112 15 20
Octal 124 101 143 17 42 0 75 422 25 40
Binary 1010100 1000001 1100011 1111 100010 0 111101 100010010 10101 100000

Color Harmonies of #544163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544163

Black with #544163

Text Example


Text Example

White with #544163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544163; }

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

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

background-color css

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

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

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

border-color css

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

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

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