#5A4493

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

Shades of Daisy Bush #5A4493

Tints of Daisy Bush #5A4493

Color information

#5A4493 (or 0x5A4493) is unknown color: approx Daisy Bush. HEX triplet: 5A, 44 and 93. RGB value is (90,68,147). Sum of RGB (Red+Green+Blue) = 90+68+147=305 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.51% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #5A4493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4493 is #A5BB6C. Grayscale: #535353. Windows color (decimal): -10861421 or 9651290. OLE color: 9651290.

HSL color Cylindrical-coordinate representation of color #5A4493: hue angle of 256.71º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A4493 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9068147-
CMYK0.390.5400.42
HSL256.71º36.74%42.16%-
HSV(B)256.71º53.74%57.65%-
XYZ11.558.4128.62-
YUV83.58163.79132.58-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.51%
GREEN value IS 68 (26.95% from 255) = 22.30%
BLUE value IS 147 (57.81% from 255) = 48.20%
R=29.51%
G=22.30%
B=48.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90681470.390.5400.42256.7136.7442.16
Hex5A4493273602A101252a
Octal13210422347660524014552
Binary10110101000100100100111001111101100101010100000001100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,68,147); }

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

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

 a { background-color: rgb(90,68,147); }

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

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

 span { border-color: rgb(90,68,147); }

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