#5A2699

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

Shades of Daisy Bush #5A2699

Tints of Daisy Bush #5A2699

Color information

#5A2699 (or 0x5A2699) is unknown color: approx Daisy Bush. HEX triplet: 5A, 26 and 99. RGB value is (90,38,153). Sum of RGB (Red+Green+Blue) = 90+38+153=281 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.03% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #5A2699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2699 is #A5D966. Grayscale: #424242. Windows color (decimal): -10869095 or 10036826. OLE color: 10036826.

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

Color convert

RGB9038153-
CMYK0.410.7500.4
HSL267.13º60.21%37.45%-
HSV(B)267.13º75.16%60%-
XYZ10.665.8630.71-
YUV66.66176.73144.65-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.03%
GREEN value IS 38 (15.23% from 255) = 13.52%
BLUE value IS 153 (60.16% from 255) = 54.45%
R=32.03%
G=13.52%
B=54.45%

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
Decimal90381530.410.7500.4267.1360.2137.45
Hex5A2699294B02810b3c25
Octal13246231511130504137445
Binary10110101001101001100110100110010110101000100001011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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