#5a479b

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

Shades of Daisy Bush #5A479B

Tints of Daisy Bush #5A479B

Color information

#5A479B (or 0x5A479B) is unknown color: approx Daisy Bush. HEX triplet: 5A, 47 and 9B. RGB value is (90,71,155). Sum of RGB (Red+Green+Blue) = 90+71+155=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A479B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A479B is #A5B864. Grayscale: #555555. Windows color (decimal): -10860645 or 10176346. OLE color: 10176346.

HSL color Cylindrical-coordinate representation of color #5A479B: hue angle of 253.57º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A479B is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9071155-
CMYK0.420.5400.39
HSL253.57º37.17%44.31%-
HSV(B)253.57º54.19%60.78%-
XYZ12.399.0532.1-
YUV86.26166.79130.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.48%
GREEN value IS 71 (28.12% from 255) = 22.47%
BLUE value IS 155 (60.94% from 255) = 49.05%
R=28.48%
G=22.47%
B=49.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal90711550.420.5400.39253.5737.1744.31
Hex5A479B2A36027fe252c
Octal13210723352660473764554
Binary1011010100011110011011101010110110010011111111110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a479b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,71,155); }

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

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

 a { background-color: rgb(90,71,155); }

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

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

 span { border-color: rgb(90,71,155); }

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