Html Css Color HEX #54346D Honey Flower

📋 copy color: '#54346D'

red 84 ◦ green 52 ◦ blue 109

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

Shades of Honey Flower #54346D

Tints of Honey Flower #54346D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.22%

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

R = 34.29%
G = 21.22%
B = 44.49%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#54346D (or 0x54346D) is known color: Honey Flower. HEX triplet: 54, 34 and 6D. RGB value is (84,52,109). Sum of RGB (Red+Green+Blue) = 84+52+109=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 109 - color contains mainly: blue. Hex color #54346D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54346D is #ABCB92. Grayscale: #434343. Windows color (decimal): -11258771 or 7156820. OLE color: 7156820.

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

Color convert

RGB 84 52 109 -
CMYK 0.23 0.52 0 0.57
HSL 273.68º 0.35% 0.32% -
HSV(B) 273.68º 0.52% 0.43% -
XYZ 7.64 5.44 15.12 -
YUV 68.07 151.1 139.37 -
System Red Green Blue C M Y K H S L
Decimal 84 52 109 0.23 0.52 0 0.57 273.68 0.35 0.32
Hex 54 34 6D 17 34 0 39 112 23 20
Octal 124 64 155 27 64 0 71 422 43 40
Binary 1010100 110100 1101101 10111 110100 0 111001 100010010 100011 100000

Color Harmonies of #54346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54346D

Black with #54346D

Text Example


Text Example

White with #54346D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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