Html Css Color HEX #54346B Honey Flower

📋 copy color: '#54346B'

red 84 ◦ green 52 ◦ blue 107

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

Shades of Honey Flower #54346B

Tints of Honey Flower #54346B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.03%

R = 34.57%
G = 21.4%
B = 44.03%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54346B (or 0x54346B) is known color: Honey Flower. HEX triplet: 54, 34 and 6B. RGB value is (84,52,107). Sum of RGB (Red+Green+Blue) = 84+52+107=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 107 - color contains mainly: blue. Hex color #54346B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54346B is #ABCB94. Grayscale: #434343. Windows color (decimal): -11258773 or 7025748. OLE color: 7025748.

HSL color Cylindrical-coordinate representation of color #54346B: hue angle of 274.91º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54346B is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 52 107 -
CMYK 0.21 0.51 0 0.58
HSL 274.91º 0.35% 0.31% -
HSV(B) 274.91º 0.51% 0.42% -
XYZ 7.54 5.4 14.56 -
YUV 67.84 150.1 139.53 -
System Red Green Blue C M Y K H S L
Decimal 84 52 107 0.21 0.51 0 0.58 274.91 0.35 0.31
Hex 54 34 6B 15 33 0 3A 113 23 1F
Octal 124 64 153 25 63 0 72 423 43 37
Binary 1010100 110100 1101011 10101 110011 0 111010 100010011 100011 11111

Color Harmonies of #54346B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54346B

Black with #54346B

Text Example


Text Example

White with #54346B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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