#5b3299

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

Shades of Daisy Bush #5B3299

Tints of Daisy Bush #5B3299

Color information

#5B3299 (or 0x5B3299) is unknown color: approx Daisy Bush. HEX triplet: 5B, 32 and 99. RGB value is (91,50,153). Sum of RGB (Red+Green+Blue) = 91+50+153=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #5B3299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3299 is #A4CD66. Grayscale: #494949. Windows color (decimal): -10800487 or 10039899. OLE color: 10039899.

HSL color Cylindrical-coordinate representation of color #5B3299: hue angle of 263.88º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B3299 is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9150153-
CMYK0.410.6700.4
HSL263.88º50.74%39.8%-
HSV(B)263.88º67.32%60%-
XYZ11.26.8130.86-
YUV74172.58140.12-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.95%
GREEN value IS 50 (19.92% from 255) = 17.01%
BLUE value IS 153 (60.16% from 255) = 52.04%
R=30.95%
G=17.01%
B=52.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal91501530.410.6700.4263.8850.7439.8
Hex5B329929430281083328
Octal13362231511030504106350
Binary10110111100101001100110100110000110101000100001000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b3299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,50,153); }

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

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

 a { background-color: rgb(91,50,153); }

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

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

 span { border-color: rgb(91,50,153); }

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