Html Css Color HEX #544462 Honey Flower

📋 copy color: '#544462'

red 84 ◦ green 68 ◦ blue 98

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

Shades of Honey Flower #544462

Tints of Honey Flower #544462

RGB

 RED value IS 84 (33.2% 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 value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#544462 (or 0x544462) is known color: 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

RGB 84 68 98 -
CMYK 0.14 0.31 0 0.62
HSL 272º 0.18% 0.33% -
HSV(B) 272º 0.31% 0.38% -
XYZ 7.93 6.9 12.47 -
YUV 76.2 140.3 133.56 -
System Red Green Blue C M Y K H S L
Decimal 84 68 98 0.14 0.31 0 0.62 272 0.18 0.33
Hex 54 44 62 E 1F 0 3E 110 12 21
Octal 124 104 142 16 37 0 76 420 22 41
Binary 1010100 1000100 1100010 1110 11111 0 111110 100010000 10010 100001

Color Harmonies of #544462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544462

Black with #544462

Text Example


Text Example

White with #544462

Text Example


Text Example

HTML Codes & Css Web 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>