#5A3699

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

Shades of Daisy Bush #5A3699

Tints of Daisy Bush #5A3699

Color information

#5A3699 (or 0x5A3699) is unknown color: approx Daisy Bush. HEX triplet: 5A, 36 and 99. RGB value is (90,54,153). Sum of RGB (Red+Green+Blue) = 90+54+153=297 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.30% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #5A3699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3699 is #A5C966. Grayscale: #4B4B4B. Windows color (decimal): -10864999 or 10040922. OLE color: 10040922.

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

Color convert

RGB9054153-
CMYK0.410.6500.4
HSL261.82º47.83%40.59%-
HSV(B)261.82º64.71%60%-
XYZ11.297.1130.91-
YUV76.05171.43137.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.30%
GREEN value IS 54 (21.48% from 255) = 18.18%
BLUE value IS 153 (60.16% from 255) = 51.52%
R=30.30%
G=18.18%
B=51.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal90541530.410.6500.4261.8247.8340.59
Hex5A369929410281063029
Octal13266231511010504066051
Binary10110101101101001100110100110000010101000100000110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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