#5A3CA4

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

Shades of Daisy Bush #5A3CA4

Tints of Daisy Bush #5A3CA4

Color information

#5A3CA4 (or 0x5A3CA4) is unknown color: approx Daisy Bush. HEX triplet: 5A, 3C and A4. RGB value is (90,60,164). Sum of RGB (Red+Green+Blue) = 90+60+164=314 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.66% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 164 (64.45% from 255 or 52.23% from 314); Max value from RGB is 164 - color contains mainly: blue. Hex color #5A3CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3CA4 is #A5C35B. Grayscale: #505050. Windows color (decimal): -10863452 or 10763354. OLE color: 10763354.

HSL color Cylindrical-coordinate representation of color #5A3CA4: hue angle of 257.31º 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 #5A3CA4 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9060164-
CMYK0.450.6300.36
HSL257.31º46.43%43.92%-
HSV(B)257.31º63.41%64.31%-
XYZ12.538.0936.02-
YUV80.83174.94134.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.66%
GREEN value IS 60 (23.83% from 255) = 19.11%
BLUE value IS 164 (64.45% from 255) = 52.23%
R=28.66%
G=19.11%
B=52.23%

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
Decimal90601640.450.6300.36257.3146.4343.92
Hex5A3CA42D3F0241012e2c
Octal1327424455770444015654
Binary1011010111100101001001011011111110100100100000001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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