#55366E

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

Shades of Honey Flower #55366E

Tints of Honey Flower #55366E

Color information

#55366E (or 0x55366E) is unknown color: approx Honey Flower. HEX triplet: 55, 36 and 6E. RGB value is (85,54,110). Sum of RGB (Red+Green+Blue) = 85+54+110=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 110 - color contains mainly: blue. Hex color #55366E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55366E is #AAC991. Grayscale: #454545. Windows color (decimal): -11192722 or 7222869. OLE color: 7222869.

HSL color Cylindrical-coordinate representation of color #55366E: hue angle of 273.21º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55366E is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8554110-
CMYK0.230.5100.57
HSL273.21º34.15%32.16%-
HSV(B)273.21º50.91%43.14%-
XYZ7.885.715.44-
YUV69.65150.77138.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.14%
GREEN value IS 54 (21.48% from 255) = 21.69%
BLUE value IS 110 (43.36% from 255) = 44.18%
R=34.14%
G=21.69%
B=44.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85541100.230.5100.57273.2134.1532.16
Hex55366E17330391112220
Octal1256615627630714214240
Binary10101011101101101110101111100110111001100010001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55366E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,54,110); }

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

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

 a { background-color: rgb(85,54,110); }

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

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

 span { border-color: rgb(85,54,110); }

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