#55416A

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

Shades of Honey Flower #55416A

Tints of Honey Flower #55416A

Color information

#55416A (or 0x55416A) is unknown color: approx Honey Flower. HEX triplet: 55, 41 and 6A. RGB value is (85,65,106). Sum of RGB (Red+Green+Blue) = 85+65+106=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 106 - color contains mainly: blue. Hex color #55416A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55416A is #AABE95. Grayscale: #4B4B4B. Windows color (decimal): -11189910 or 6963541. OLE color: 6963541.

HSL color Cylindrical-coordinate representation of color #55416A: hue angle of 269.27º 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 #55416A is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8565106-
CMYK0.200.3900.58
HSL269.27º23.98%33.53%-
HSV(B)269.27º38.68%41.57%-
XYZ8.246.7514.5-
YUV75.65145.13134.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 65 (25.78% from 255) = 25.39%
BLUE value IS 106 (41.80% from 255) = 41.41%
R=33.20%
G=25.39%
B=41.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85651060.200.3900.58269.2723.9833.53
Hex55416A142703A10d1822
Octal12510115224470724153042
Binary10101011000001110101010100100111011101010000110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55416A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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