Html Css Color HEX #54366D Honey Flower

📋 copy color: '#54366D'

red 84 ◦ green 54 ◦ blue 109

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

Shades of Honey Flower #54366D

Tints of Honey Flower #54366D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.86%

 BLUE value IS 109 (42.97% from 255) = 44.13%

R = 34.01%
G = 21.86%
B = 44.13%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#54366D (or 0x54366D) is known color: Honey Flower. HEX triplet: 54, 36 and 6D. RGB value is (84,54,109). Sum of RGB (Red+Green+Blue) = 84+54+109=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 109 - color contains mainly: blue. Hex color #54366D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54366D is #ABC992. Grayscale: #454545. Windows color (decimal): -11258259 or 7157332. OLE color: 7157332.

HSL color Cylindrical-coordinate representation of color #54366D: hue angle of 272.73º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54366D is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 84 54 109 -
CMYK 0.23 0.50 0 0.57
HSL 272.73º 0.34% 0.32% -
HSV(B) 272.73º 0.5% 0.43% -
XYZ 7.74 5.63 15.15 -
YUV 69.24 150.44 138.53 -
System Red Green Blue C M Y K H S L
Decimal 84 54 109 0.23 0.50 0 0.57 272.73 0.34 0.32
Hex 54 36 6D 17 32 0 39 111 22 20
Octal 124 66 155 27 62 0 71 421 42 40
Binary 1010100 110110 1101101 10111 110010 0 111001 100010001 100010 100000

Color Harmonies of #54366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54366D

Black with #54366D

Text Example


Text Example

White with #54366D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54366D; }

 p { color: rgb(84,54,109); }

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

background-color css

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

 a { background-color: rgb(84,54,109); }

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

border-color css

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

 span { border-color: rgb(84,54,109); }

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