Html Css Color HEX #54326B Honey Flower

📋 copy color: '#54326B'

red 84 ◦ green 50 ◦ blue 107

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

Shades of Honey Flower #54326B

Tints of Honey Flower #54326B

RGB

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

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

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

R = 34.85%
G = 20.75%
B = 44.4%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54326B (or 0x54326B) is known color: Honey Flower. HEX triplet: 54, 32 and 6B. RGB value is (84,50,107). Sum of RGB (Red+Green+Blue) = 84+50+107=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 107 - color contains mainly: blue. Hex color #54326B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54326B is #ABCD94. Grayscale: #424242. Windows color (decimal): -11259285 or 7025236. OLE color: 7025236.

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

Color convert

RGB 84 50 107 -
CMYK 0.21 0.53 0 0.58
HSL 275.79º 0.36% 0.31% -
HSV(B) 275.79º 0.53% 0.42% -
XYZ 7.45 5.23 14.53 -
YUV 66.66 150.76 140.37 -
System Red Green Blue C M Y K H S L
Decimal 84 50 107 0.21 0.53 0 0.58 275.79 0.36 0.31
Hex 54 32 6B 15 35 0 3A 114 24 1F
Octal 124 62 153 25 65 0 72 424 44 37
Binary 1010100 110010 1101011 10101 110101 0 111010 100010100 100100 11111

Color Harmonies of #54326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54326B

Black with #54326B

Text Example


Text Example

White with #54326B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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