#5B4999

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

Shades of Daisy Bush #5B4999

Tints of Daisy Bush #5B4999

Color information

#5B4999 (or 0x5B4999) is unknown color: approx Daisy Bush. HEX triplet: 5B, 49 and 99. RGB value is (91,73,153). Sum of RGB (Red+Green+Blue) = 91+73+153=317 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.71% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #5B4999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4999 is #A4B666. Grayscale: #575757. Windows color (decimal): -10794599 or 10045787. OLE color: 10045787.

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

Color convert

RGB9173153-
CMYK0.410.5200.4
HSL253.5º35.4%44.31%-
HSV(B)253.5º52.29%60%-
XYZ12.459.2931.27-
YUV87.5164.96130.5-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.71%
GREEN value IS 73 (28.91% from 255) = 23.03%
BLUE value IS 153 (60.16% from 255) = 48.26%
R=28.71%
G=23.03%
B=48.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal91731530.410.5200.4253.535.444.31
Hex5B49992934028fe232c
Octal13311123151640503764354
Binary1011011100100110011001101001110100010100011111110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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