#54306C

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

Shades of Honey Flower #54306C

Tints of Honey Flower #54306C

Color information

#54306C (or 0x54306C) is unknown color: approx Honey Flower. HEX triplet: 54, 30 and 6C. RGB value is (84,48,108). Sum of RGB (Red+Green+Blue) = 84+48+108=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 108 - color contains mainly: blue. Hex color #54306C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54306C is #ABCF93. Grayscale: #414141. Windows color (decimal): -11259796 or 7090260. OLE color: 7090260.

HSL color Cylindrical-coordinate representation of color #54306C: hue angle of 276º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54306C is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8448108-
CMYK0.220.5600.58
HSL276º38.46%30.59%-
HSV(B)276º55.56%42.35%-
XYZ7.425.0814.78-
YUV65.6151.93141.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35%
GREEN value IS 48 (19.14% from 255) = 20%
BLUE value IS 108 (42.58% from 255) = 45%
R=35%
G=20%
B=45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84481080.220.5600.5827638.4630.59
Hex54306C163803A114261f
Octal1246015426700724244637
Binary1010100110000110110010110111000011101010001010010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54306C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54306C; }

 p { color: rgb(84,48,108); }

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

<style>
 a { background-color: #54306C; }

 a { background-color: rgb(84,48,108); }

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

<style>
 span { border-color: #54306C; }

 span { border-color: rgb(84,48,108); }

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