#5A3999

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

Shades of Daisy Bush #5A3999

Tints of Daisy Bush #5A3999

Color information

#5A3999 (or 0x5A3999) is unknown color: approx Daisy Bush. HEX triplet: 5A, 39 and 99. RGB value is (90,57,153). Sum of RGB (Red+Green+Blue) = 90+57+153=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #5A3999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3999 is #A5C666. Grayscale: #4D4D4D. Windows color (decimal): -10864231 or 10041690. OLE color: 10041690.

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

Color convert

RGB9057153-
CMYK0.410.6300.4
HSL260.62º45.71%41.18%-
HSV(B)260.62º62.75%60%-
XYZ11.437.430.96-
YUV77.81170.43136.69-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30%
GREEN value IS 57 (22.66% from 255) = 19%
BLUE value IS 153 (60.16% from 255) = 51%
R=30%
G=19%
B=51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal90571530.410.6300.4260.6245.7141.18
Hex5A3999293F0281052e29
Octal1327123151770504055651
Binary1011010111001100110011010011111110101000100000101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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