#5A3DA4

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

Shades of Daisy Bush #5A3DA4

Tints of Daisy Bush #5A3DA4

Color information

#5A3DA4 (or 0x5A3DA4) is unknown color: approx Daisy Bush. HEX triplet: 5A, 3D and A4. RGB value is (90,61,164). Sum of RGB (Red+Green+Blue) = 90+61+164=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 164 (64.45% from 255 or 52.06% from 315); Max value from RGB is 164 - color contains mainly: blue. Hex color #5A3DA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3DA4 is #A5C25B. Grayscale: #515151. Windows color (decimal): -10863196 or 10763610. OLE color: 10763610.

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

Color convert

RGB9061164-
CMYK0.450.6300.36
HSL256.89º45.78%44.12%-
HSV(B)256.89º62.8%64.31%-
XYZ12.598.1936.04-
YUV81.41174.61134.12-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.57%
GREEN value IS 61 (24.22% from 255) = 19.37%
BLUE value IS 164 (64.45% from 255) = 52.06%
R=28.57%
G=19.37%
B=52.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90611640.450.6300.36256.8945.7844.12
Hex5A3DA42D3F0241012e2c
Octal1327524455770444015654
Binary1011010111101101001001011011111110100100100000001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,61,164); }

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

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

 a { background-color: rgb(90,61,164); }

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

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

 span { border-color: rgb(90,61,164); }

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