#55346E

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

Shades of Honey Flower #55346E

Tints of Honey Flower #55346E

Color information

#55346E (or 0x55346E) is unknown color: approx Honey Flower. HEX triplet: 55, 34 and 6E. RGB value is (85,52,110). Sum of RGB (Red+Green+Blue) = 85+52+110=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 110 - color contains mainly: blue. Hex color #55346E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55346E is #AACB91. Grayscale: #444444. Windows color (decimal): -11193234 or 7222357. OLE color: 7222357.

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

Color convert

RGB8552110-
CMYK0.230.5300.57
HSL274.14º35.8%31.76%-
HSV(B)274.14º52.73%43.14%-
XYZ7.795.5115.41-
YUV68.48151.43139.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.41%
GREEN value IS 52 (20.70% from 255) = 21.05%
BLUE value IS 110 (43.36% from 255) = 44.53%
R=34.41%
G=21.05%
B=44.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85521100.230.5300.57274.1435.831.76
Hex55346E17350391122420
Octal1256415627650714224440
Binary10101011101001101110101111101010111001100010010100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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