#5A4999

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

Shades of Daisy Bush #5A4999

Tints of Daisy Bush #5A4999

Color information

#5A4999 (or 0x5A4999) is unknown color: approx Daisy Bush. HEX triplet: 5A, 49 and 99. RGB value is (90,73,153). Sum of RGB (Red+Green+Blue) = 90+73+153=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #5A4999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4999 is #A5B666. Grayscale: #565656. Windows color (decimal): -10860135 or 10045786. OLE color: 10045786.

HSL color Cylindrical-coordinate representation of color #5A4999: hue angle of 252.75º 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 #5A4999 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9073153-
CMYK0.410.5200.4
HSL252.75º35.4%44.31%-
HSV(B)252.75º52.29%60%-
XYZ12.359.2431.27-
YUV87.2165.13130-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.48%
GREEN value IS 73 (28.91% from 255) = 23.10%
BLUE value IS 153 (60.16% from 255) = 48.42%
R=28.48%
G=23.10%
B=48.42%

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
Decimal90731530.410.5200.4252.7535.444.31
Hex5A49992934028fd232c
Octal13211123151640503754354
Binary1011010100100110011001101001110100010100011111101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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