#5A449B

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

Shades of Daisy Bush #5A449B

Tints of Daisy Bush #5A449B

Color information

#5A449B (or 0x5A449B) is unknown color: approx Daisy Bush. HEX triplet: 5A, 44 and 9B. RGB value is (90,68,155). Sum of RGB (Red+Green+Blue) = 90+68+155=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A449B is #A5BB64. Grayscale: #545454. Windows color (decimal): -10861413 or 10175578. OLE color: 10175578.

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

Color convert

RGB9068155-
CMYK0.420.5600.39
HSL255.17º39.01%43.73%-
HSV(B)255.17º56.13%60.78%-
XYZ12.28.6732.04-
YUV84.5167.79131.93-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.75%
GREEN value IS 68 (26.95% from 255) = 21.73%
BLUE value IS 155 (60.94% from 255) = 49.52%
R=28.75%
G=21.73%
B=49.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal90681550.420.5600.39255.1739.0143.73
Hex5A449B2A38027ff272c
Octal13210423352700473774754
Binary1011010100010010011011101010111000010011111111111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A449B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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