#55405D

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

Shades of Honey Flower #55405D

Tints of Honey Flower #55405D

Color information

#55405D (or 0x55405D) is unknown color: approx Honey Flower. HEX triplet: 55, 40 and 5D. RGB value is (85,64,93). Sum of RGB (Red+Green+Blue) = 85+64+93=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 93 - color contains mainly: blue. Hex color #55405D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55405D is #AABFA2. Grayscale: #494949. Windows color (decimal): -11190179 or 6111317. OLE color: 6111317.

HSL color Cylindrical-coordinate representation of color #55405D: hue angle of 283.45º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55405D is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB856493-
CMYK0.090.3100.64
HSL283.45º18.47%30.78%-
HSV(B)283.45º31.18%36.47%-
XYZ7.566.3911.19-
YUV73.58138.96136.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.12%
GREEN value IS 64 (25.39% from 255) = 26.45%
BLUE value IS 93 (36.72% from 255) = 38.43%
R=35.12%
G=26.45%
B=38.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8564930.090.3100.64283.4518.4730.78
Hex55405D91F04011b121f
Octal125100135113701004332237
Binary101010110000001011101100111111010000001000110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55405D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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