#55415C

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

Shades of Honey Flower #55415C

Tints of Honey Flower #55415C

Color information

#55415C (or 0x55415C) is unknown color: approx Honey Flower. HEX triplet: 55, 41 and 5C. RGB value is (85,65,92). Sum of RGB (Red+Green+Blue) = 85+65+92=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 92 - color contains mainly: blue. Hex color #55415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55415C is #AABEA3. Grayscale: #494949. Windows color (decimal): -11189924 or 6046037. OLE color: 6046037.

HSL color Cylindrical-coordinate representation of color #55415C: hue angle of 284.44º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #55415C is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB856592-
CMYK0.080.2900.64
HSL284.44º17.2%30.78%-
HSV(B)284.44º29.35%36.08%-
XYZ7.576.4810.98-
YUV74.06138.13135.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.12%
GREEN value IS 65 (25.78% from 255) = 26.86%
BLUE value IS 92 (36.33% from 255) = 38.02%
R=35.12%
G=26.86%
B=38.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8565920.080.2900.64284.4417.230.78
Hex55415C81D04011c111f
Octal125101134103501004342137
Binary101010110000011011100100011101010000001000111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,65,92); }

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

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

 a { background-color: rgb(85,65,92); }

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

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

 span { border-color: rgb(85,65,92); }

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