#5A489F

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

Shades of Daisy Bush #5A489F

Tints of Daisy Bush #5A489F

Color information

#5A489F (or 0x5A489F) is unknown color: approx Daisy Bush. HEX triplet: 5A, 48 and 9F. RGB value is (90,72,159). Sum of RGB (Red+Green+Blue) = 90+72+159=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #5A489F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A489F is #A5B760. Grayscale: #565656. Windows color (decimal): -10860385 or 10438746. OLE color: 10438746.

HSL color Cylindrical-coordinate representation of color #5A489F: hue angle of 252.41º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A489F is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9072159-
CMYK0.430.5500.38
HSL252.41º37.66%45.29%-
HSV(B)252.41º54.72%62.35%-
XYZ12.799.3133.92-
YUV87.3168.46129.93-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.04%
GREEN value IS 72 (28.52% from 255) = 22.43%
BLUE value IS 159 (62.5% from 255) = 49.53%
R=28.04%
G=22.43%
B=49.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal90721590.430.5500.38252.4137.6645.29
Hex5A489F2B37026fc262d
Octal13211023753670463744655
Binary1011010100100010011111101011110111010011011111100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,72,159); }

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

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

 a { background-color: rgb(90,72,159); }

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

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

 span { border-color: rgb(90,72,159); }

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