#55435E

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

Shades of Honey Flower #55435E

Tints of Honey Flower #55435E

Color information

#55435E (or 0x55435E) is unknown color: approx Honey Flower. HEX triplet: 55, 43 and 5E. RGB value is (85,67,94). Sum of RGB (Red+Green+Blue) = 85+67+94=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 94 - color contains mainly: blue. Hex color #55435E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55435E is #AABCA1. Grayscale: #4B4B4B. Windows color (decimal): -11189410 or 6177621. OLE color: 6177621.

HSL color Cylindrical-coordinate representation of color #55435E: hue angle of 280º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #55435E is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB856794-
CMYK0.100.2900.63
HSL280º16.77%31.57%-
HSV(B)280º28.72%36.86%-
XYZ7.776.7511.48-
YUV75.46138.46134.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.55%
GREEN value IS 67 (26.56% from 255) = 27.24%
BLUE value IS 94 (37.11% from 255) = 38.21%
R=34.55%
G=27.24%
B=38.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8567940.100.2900.6328016.7731.57
Hex55435EA1D03F1181120
Octal12510313612350774302140
Binary101010110000111011110101011101011111110001100010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55435E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55435E; }

 p { color: rgb(85,67,94); }

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

<style>
 a { background-color: #55435E; }

 a { background-color: rgb(85,67,94); }

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

<style>
 span { border-color: #55435E; }

 span { border-color: rgb(85,67,94); }

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