#5B3C91

Color #5B3C91 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #5B3C91

Tints of Daisy Bush #5B3C91

Color information

#5B3C91 (or 0x5B3C91) is unknown color: approx Daisy Bush. HEX triplet: 5B, 3C and 91. RGB value is (91,60,145). Sum of RGB (Red+Green+Blue) = 91+60+145=296 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.74% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #5B3C91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3C91 is #A4C36E. Grayscale: #4E4E4E. Windows color (decimal): -10797935 or 9518171. OLE color: 9518171.

HSL color Cylindrical-coordinate representation of color #5B3C91: hue angle of 261.88º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B3C91 is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9160145-
CMYK0.370.5900.43
HSL261.88º41.46%40.2%-
HSV(B)261.88º58.62%56.86%-
XYZ11.047.527.65-
YUV78.96165.27136.59-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.74%
GREEN value IS 60 (23.83% from 255) = 20.27%
BLUE value IS 145 (57.03% from 255) = 48.99%
R=30.74%
G=20.27%
B=48.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal91601450.370.5900.43261.8841.4640.2
Hex5B3C91253B02B1062928
Octal1337422145730534065150
Binary1011011111100100100011001011110110101011100000110101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,60,145); }

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

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

 a { background-color: rgb(91,60,145); }

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

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

 span { border-color: rgb(91,60,145); }

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