#55246C

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

Shades of Honey Flower #55246C

Tints of Honey Flower #55246C

Color information

#55246C (or 0x55246C) is unknown color: approx Honey Flower. HEX triplet: 55, 24 and 6C. RGB value is (85,36,108). Sum of RGB (Red+Green+Blue) = 85+36+108=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #55246C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55246C is #AADB93. Grayscale: #3A3A3A. Windows color (decimal): -11197332 or 7087189. OLE color: 7087189.

HSL color Cylindrical-coordinate representation of color #55246C: hue angle of 280.83º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55246C is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8536108-
CMYK0.210.6700.58
HSL280.83º50%28.24%-
HSV(B)280.83º66.67%42.35%-
XYZ7.084.2814.64-
YUV58.86155.73146.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.12%
GREEN value IS 36 (14.45% from 255) = 15.72%
BLUE value IS 108 (42.58% from 255) = 47.16%
R=37.12%
G=15.72%
B=47.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85361080.210.6700.58280.835028.24
Hex55246C154303A119321c
Octal12544154251030724316234
Binary10101011001001101100101011000011011101010001100111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,36,108); }

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

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

 a { background-color: rgb(85,36,108); }

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

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

 span { border-color: rgb(85,36,108); }

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