#5B316D

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

Shades of Honey Flower #5B316D

Tints of Honey Flower #5B316D

Color information

#5B316D (or 0x5B316D) is unknown color: approx Honey Flower. HEX triplet: 5B, 31 and 6D. RGB value is (91,49,109). Sum of RGB (Red+Green+Blue) = 91+49+109=249 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.55% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B316D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B316D is #A4CE92. Grayscale: #444444. Windows color (decimal): -10800787 or 7156059. OLE color: 7156059.

HSL color Cylindrical-coordinate representation of color #5B316D: hue angle of 282º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B316D is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9149109-
CMYK0.170.5500.57
HSL282º37.97%30.98%-
HSV(B)282º55.05%42.75%-
XYZ8.175.5215.1-
YUV68.4150.91144.12-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.55%
GREEN value IS 49 (19.53% from 255) = 19.68%
BLUE value IS 109 (42.97% from 255) = 43.78%
R=36.55%
G=19.68%
B=43.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal91491090.170.5500.5728237.9730.98
Hex5B316D113703911a261f
Octal1336115521670714324637
Binary1011011110001110110110001110111011100110001101010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B316D; }

 p { color: rgb(91,49,109); }

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

<style>
 a { background-color: #5B316D; }

 a { background-color: rgb(91,49,109); }

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

<style>
 span { border-color: #5B316D; }

 span { border-color: rgb(91,49,109); }

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