#54376D

Color #54376D Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #54376D

Tints of Honey Flower #54376D

Color information

#54376D (or 0x54376D) is unknown color: approx Honey Flower. HEX triplet: 54, 37 and 6D. RGB value is (84,55,109). Sum of RGB (Red+Green+Blue) = 84+55+109=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 109 - color contains mainly: blue. Hex color #54376D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54376D is #ABC892. Grayscale: #454545. Windows color (decimal): -11258003 or 7157588. OLE color: 7157588.

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

Color convert

RGB8455109-
CMYK0.230.5000.57
HSL272.22º32.93%32.16%-
HSV(B)272.22º49.54%42.75%-
XYZ7.785.7215.16-
YUV69.83150.11138.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.87%
GREEN value IS 55 (21.88% from 255) = 22.18%
BLUE value IS 109 (42.97% from 255) = 43.95%
R=33.87%
G=22.18%
B=43.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84551090.230.5000.57272.2232.9332.16
Hex54376D17320391102120
Octal1246715527620714204140
Binary10101001101111101101101111100100111001100010000100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #54376D;
 }
 .AnyTagClassName
 {
   color: #54376D;
 }
</style>
background-color css

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

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

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

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

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

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