#5B296D

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

Shades of Honey Flower #5B296D

Tints of Honey Flower #5B296D

Color information

#5B296D (or 0x5B296D) is unknown color: approx Honey Flower. HEX triplet: 5B, 29 and 6D. RGB value is (91,41,109). Sum of RGB (Red+Green+Blue) = 91+41+109=241 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.76% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B296D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B296D is #A4D692. Grayscale: #3F3F3F. Windows color (decimal): -10802835 or 7154011. OLE color: 7154011.

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

Color convert

RGB9141109-
CMYK0.170.6200.57
HSL284.12º45.33%29.41%-
HSV(B)284.12º62.39%42.75%-
XYZ7.874.9115-
YUV63.7153.56147.47-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.76%
GREEN value IS 41 (16.41% from 255) = 17.01%
BLUE value IS 109 (42.97% from 255) = 45.23%
R=37.76%
G=17.01%
B=45.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal91411090.170.6200.57284.1245.3329.41
Hex5B296D113E03911c2d1d
Octal1335115521760714345535
Binary1011011101001110110110001111110011100110001110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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