#5B4790

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

Shades of Daisy Bush #5B4790

Tints of Daisy Bush #5B4790

Color information

#5B4790 (or 0x5B4790) is unknown color: approx Daisy Bush. HEX triplet: 5B, 47 and 90. RGB value is (91,71,144). Sum of RGB (Red+Green+Blue) = 91+71+144=306 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.74% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #5B4790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4790 is #A4B86F. Grayscale: #555555. Windows color (decimal): -10795120 or 9455451. OLE color: 9455451.

HSL color Cylindrical-coordinate representation of color #5B4790: hue angle of 256.44º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B4790 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9171144-
CMYK0.370.5100.44
HSL256.44º33.95%42.16%-
HSV(B)256.44º50.69%56.47%-
XYZ11.68.7427.46-
YUV85.3161.13132.06-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.74%
GREEN value IS 71 (28.12% from 255) = 23.20%
BLUE value IS 144 (56.64% from 255) = 47.06%
R=29.74%
G=23.20%
B=47.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91711440.370.5100.44256.4433.9542.16
Hex5B4790253302C100222a
Octal13310722045630544004252
Binary10110111000111100100001001011100110101100100000000100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,71,144); }

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

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

 a { background-color: rgb(91,71,144); }

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

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

 span { border-color: rgb(91,71,144); }

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