#5B499F

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

Shades of Daisy Bush #5B499F

Tints of Daisy Bush #5B499F

Color information

#5B499F (or 0x5B499F) is unknown color: approx Daisy Bush. HEX triplet: 5B, 49 and 9F. RGB value is (91,73,159). Sum of RGB (Red+Green+Blue) = 91+73+159=323 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.17% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #5B499F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B499F is #A4B660. Grayscale: #575757. Windows color (decimal): -10794593 or 10439003. OLE color: 10439003.

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

Color convert

RGB9173159-
CMYK0.430.5400.38
HSL252.56º37.07%45.49%-
HSV(B)252.56º54.09%62.35%-
XYZ12.959.4933.95-
YUV88.19167.96130.01-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.17%
GREEN value IS 73 (28.91% from 255) = 22.60%
BLUE value IS 159 (62.5% from 255) = 49.23%
R=28.17%
G=22.60%
B=49.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91731590.430.5400.38252.5637.0745.49
Hex5B499F2B36026fd252d
Octal13311123753660463754555
Binary1011011100100110011111101011110110010011011111101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B499F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,73,159); }

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

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

 a { background-color: rgb(91,73,159); }

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

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

 span { border-color: rgb(91,73,159); }

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