Html Css Color HEX #54326D Honey Flower

📋 copy color: '#54326D'

red 84 ◦ green 50 ◦ blue 109

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

Shades of Honey Flower #54326D

Tints of Honey Flower #54326D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.58%

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

R = 34.57%
G = 20.58%
B = 44.86%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#54326D (or 0x54326D) is known color: Honey Flower. HEX triplet: 54, 32 and 6D. RGB value is (84,50,109). Sum of RGB (Red+Green+Blue) = 84+50+109=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #54326D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54326D is #ABCD92. Grayscale: #424242. Windows color (decimal): -11259283 or 7156308. OLE color: 7156308.

HSL color Cylindrical-coordinate representation of color #54326D: hue angle of 274.58º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54326D is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 84 50 109 -
CMYK 0.23 0.54 0 0.57
HSL 274.58º 0.37% 0.31% -
HSV(B) 274.58º 0.54% 0.43% -
XYZ 7.56 5.27 15.09 -
YUV 66.89 151.76 140.2 -
System Red Green Blue C M Y K H S L
Decimal 84 50 109 0.23 0.54 0 0.57 274.58 0.37 0.31
Hex 54 32 6D 17 36 0 39 113 25 1F
Octal 124 62 155 27 66 0 71 423 45 37
Binary 1010100 110010 1101101 10111 110110 0 111001 100010011 100101 11111

Color Harmonies of #54326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54326D

Black with #54326D

Text Example


Text Example

White with #54326D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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