#5B3576

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

Shades of Honey Flower #5B3576

Tints of Honey Flower #5B3576

Color information

#5B3576 (or 0x5B3576) is unknown color: approx Honey Flower. HEX triplet: 5B, 35 and 76. RGB value is (91,53,118). Sum of RGB (Red+Green+Blue) = 91+53+118=262 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.73% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #5B3576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3576 is #A4CA89. Grayscale: #474747. Windows color (decimal): -10799754 or 7746907. OLE color: 7746907.

HSL color Cylindrical-coordinate representation of color #5B3576: hue angle of 275.08º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B3576 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9153118-
CMYK0.230.5500.54
HSL275.08º38.01%33.53%-
HSV(B)275.08º55.08%46.27%-
XYZ8.866.0817.85-
YUV71.77154.09141.71-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.73%
GREEN value IS 53 (21.09% from 255) = 20.23%
BLUE value IS 118 (46.48% from 255) = 45.04%
R=34.73%
G=20.23%
B=45.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal91531180.230.5500.54275.0838.0133.53
Hex5B357617370361132622
Octal1336516627670664234642
Binary10110111101011110110101111101110110110100010011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,53,118); }

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

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

 a { background-color: rgb(91,53,118); }

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

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

 span { border-color: rgb(91,53,118); }

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