#55416B

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

Shades of Honey Flower #55416B

Tints of Honey Flower #55416B

Color information

#55416B (or 0x55416B) is unknown color: approx Honey Flower. HEX triplet: 55, 41 and 6B. RGB value is (85,65,107). Sum of RGB (Red+Green+Blue) = 85+65+107=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 107 - color contains mainly: blue. Hex color #55416B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55416B is #AABE94. Grayscale: #4B4B4B. Windows color (decimal): -11189909 or 7029077. OLE color: 7029077.

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

Color convert

RGB8565107-
CMYK0.210.3900.58
HSL268.57º24.42%33.73%-
HSV(B)268.57º39.25%41.96%-
XYZ8.296.7714.78-
YUV75.77145.63134.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.07%
GREEN value IS 65 (25.78% from 255) = 25.29%
BLUE value IS 107 (42.19% from 255) = 41.63%
R=33.07%
G=25.29%
B=41.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85651070.210.3900.58268.5724.4233.73
Hex55416B152703A10d1822
Octal12510115325470724153042
Binary10101011000001110101110101100111011101010000110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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