#55316C

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

Shades of Honey Flower #55316C

Tints of Honey Flower #55316C

Color information

#55316C (or 0x55316C) is unknown color: approx Honey Flower. HEX triplet: 55, 31 and 6C. RGB value is (85,49,108). Sum of RGB (Red+Green+Blue) = 85+49+108=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #55316C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55316C is #AACE93. Grayscale: #424242. Windows color (decimal): -11194004 or 7090517. OLE color: 7090517.

HSL color Cylindrical-coordinate representation of color #55316C: hue angle of 276.61º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55316C is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8549108-
CMYK0.210.5500.58
HSL276.61º37.58%30.78%-
HSV(B)276.61º54.63%42.35%-
XYZ7.555.2114.8-
YUV66.49151.43141.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.12%
GREEN value IS 49 (19.53% from 255) = 20.25%
BLUE value IS 108 (42.58% from 255) = 44.63%
R=35.12%
G=20.25%
B=44.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85491080.210.5500.58276.6137.5830.78
Hex55316C153703A115261f
Octal1256115425670724254637
Binary1010101110001110110010101110111011101010001010110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55316C; }

 p { color: rgb(85,49,108); }

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

<style>
 a { background-color: #55316C; }

 a { background-color: rgb(85,49,108); }

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

<style>
 span { border-color: #55316C; }

 span { border-color: rgb(85,49,108); }

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