#5A3EA7

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

Shades of Daisy Bush #5A3EA7

Tints of Daisy Bush #5A3EA7

Color information

#5A3EA7 (or 0x5A3EA7) is unknown color: approx Daisy Bush. HEX triplet: 5A, 3E and A7. RGB value is (90,62,167). Sum of RGB (Red+Green+Blue) = 90+62+167=319 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.21% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 167 (65.62% from 255 or 52.35% from 319); Max value from RGB is 167 - color contains mainly: blue. Hex color #5A3EA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3EA7 is #A5C158. Grayscale: #515151. Windows color (decimal): -10862937 or 10960474. OLE color: 10960474.

HSL color Cylindrical-coordinate representation of color #5A3EA7: hue angle of 256º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A3EA7 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9062167-
CMYK0.460.6300.35
HSL256º45.85%44.9%-
HSV(B)256º62.87%65.49%-
XYZ12.918.4137.5-
YUV82.34175.78133.46-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.21%
GREEN value IS 62 (24.61% from 255) = 19.44%
BLUE value IS 167 (65.62% from 255) = 52.35%
R=28.21%
G=19.44%
B=52.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal90621670.460.6300.3525645.8544.9
Hex5A3EA72E3F0231002e2d
Octal1327624756770434005655
Binary1011010111110101001111011101111110100011100000000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,62,167); }

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

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

 a { background-color: rgb(90,62,167); }

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

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

 span { border-color: rgb(90,62,167); }

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