#55406B

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

Shades of Honey Flower #55406B

Tints of Honey Flower #55406B

Color information

#55406B (or 0x55406B) is unknown color: approx Honey Flower. HEX triplet: 55, 40 and 6B. RGB value is (85,64,107). Sum of RGB (Red+Green+Blue) = 85+64+107=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 107 - color contains mainly: blue. Hex color #55406B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55406B is #AABF94. Grayscale: #4B4B4B. Windows color (decimal): -11190165 or 7028821. OLE color: 7028821.

HSL color Cylindrical-coordinate representation of color #55406B: hue angle of 269.3º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55406B is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8564107-
CMYK0.210.4000.58
HSL269.3º25.15%33.53%-
HSV(B)269.3º40.19%41.96%-
XYZ8.236.6614.76-
YUV75.18145.96135-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 64 (25.39% from 255) = 25%
BLUE value IS 107 (42.19% from 255) = 41.80%
R=33.20%
G=25%
B=41.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85641070.210.4000.58269.325.1533.53
Hex55406B152803A10d1922
Octal12510015325500724153142
Binary10101011000000110101110101101000011101010000110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55406B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,64,107); }

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

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

 a { background-color: rgb(85,64,107); }

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

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

 span { border-color: rgb(85,64,107); }

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