#5A2799

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

Shades of Daisy Bush #5A2799

Tints of Daisy Bush #5A2799

Color information

#5A2799 (or 0x5A2799) is unknown color: approx Daisy Bush. HEX triplet: 5A, 27 and 99. RGB value is (90,39,153). Sum of RGB (Red+Green+Blue) = 90+39+153=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #5A2799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2799 is #A5D866. Grayscale: #424242. Windows color (decimal): -10868839 or 10037082. OLE color: 10037082.

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

Color convert

RGB9039153-
CMYK0.410.7500.4
HSL266.84º59.38%37.65%-
HSV(B)266.84º74.51%60%-
XYZ10.695.9230.72-
YUV67.24176.4144.23-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.91%
GREEN value IS 39 (15.62% from 255) = 13.83%
BLUE value IS 153 (60.16% from 255) = 54.26%
R=31.91%
G=13.83%
B=54.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal90391530.410.7500.4266.8459.3837.65
Hex5A2799294B02810b3b26
Octal13247231511130504137346
Binary10110101001111001100110100110010110101000100001011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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