Html Css Color HEX #54356D Honey Flower

📋 copy color: '#54356D'

red 84 ◦ green 53 ◦ blue 109

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

Shades of Honey Flower #54356D

Tints of Honey Flower #54356D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.54%

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

R = 34.15%
G = 21.54%
B = 44.31%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#54356D (or 0x54356D) is known color: Honey Flower. HEX triplet: 54, 35 and 6D. RGB value is (84,53,109). Sum of RGB (Red+Green+Blue) = 84+53+109=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 109 - color contains mainly: blue. Hex color #54356D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54356D is #ABCA92. Grayscale: #444444. Windows color (decimal): -11258515 or 7157076. OLE color: 7157076.

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

Color convert

RGB 84 53 109 -
CMYK 0.23 0.51 0 0.57
HSL 273.21º 0.35% 0.32% -
HSV(B) 273.21º 0.51% 0.43% -
XYZ 7.69 5.54 15.13 -
YUV 68.65 150.77 138.95 -
System Red Green Blue C M Y K H S L
Decimal 84 53 109 0.23 0.51 0 0.57 273.21 0.35 0.32
Hex 54 35 6D 17 33 0 39 111 23 20
Octal 124 65 155 27 63 0 71 421 43 40
Binary 1010100 110101 1101101 10111 110011 0 111001 100010001 100011 100000

Color Harmonies of #54356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54356D

Black with #54356D

Text Example


Text Example

White with #54356D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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