#5A4393

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

Shades of Daisy Bush #5A4393

Tints of Daisy Bush #5A4393

Color information

#5A4393 (or 0x5A4393) is unknown color: approx Daisy Bush. HEX triplet: 5A, 43 and 93. RGB value is (90,67,147). Sum of RGB (Red+Green+Blue) = 90+67+147=304 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.61% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #5A4393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4393 is #A5BC6C. Grayscale: #525252. Windows color (decimal): -10861677 or 9651034. OLE color: 9651034.

HSL color Cylindrical-coordinate representation of color #5A4393: hue angle of 257.25º 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 #5A4393 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9067147-
CMYK0.390.5400.42
HSL257.25º37.38%41.96%-
HSV(B)257.25º54.42%57.65%-
XYZ11.498.2928.6-
YUV83164.12133-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.61%
GREEN value IS 67 (26.56% from 255) = 22.04%
BLUE value IS 147 (57.81% from 255) = 48.36%
R=29.61%
G=22.04%
B=48.36%

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
Decimal90671470.390.5400.42257.2537.3841.96
Hex5A4393273602A101252a
Octal13210322347660524014552
Binary10110101000011100100111001111101100101010100000001100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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