#5A3392

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

Shades of Daisy Bush #5A3392

Tints of Daisy Bush #5A3392

Color information

#5A3392 (or 0x5A3392) is unknown color: approx Daisy Bush. HEX triplet: 5A, 33 and 92. RGB value is (90,51,146). Sum of RGB (Red+Green+Blue) = 90+51+146=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #5A3392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3392 is #A5CC6D. Grayscale: #494949. Windows color (decimal): -10865774 or 9581402. OLE color: 9581402.

HSL color Cylindrical-coordinate representation of color #5A3392: hue angle of 264.63º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A3392 is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9051146-
CMYK0.380.6500.43
HSL264.63º48.22%38.63%-
HSV(B)264.63º65.07%57.25%-
XYZ10.596.6227.91-
YUV73.49168.92139.78-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.36%
GREEN value IS 51 (20.31% from 255) = 17.77%
BLUE value IS 146 (57.42% from 255) = 50.87%
R=31.36%
G=17.77%
B=50.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal90511460.380.6500.43264.6348.2238.63
Hex5A3392264102B1093027
Octal13263222461010534116047
Binary10110101100111001001010011010000010101011100001001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,51,146); }

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

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

 a { background-color: rgb(90,51,146); }

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

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

 span { border-color: rgb(90,51,146); }

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