#5A289B

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

Shades of Daisy Bush #5A289B

Tints of Daisy Bush #5A289B

Color information

#5A289B (or 0x5A289B) is unknown color: approx Daisy Bush. HEX triplet: 5A, 28 and 9B. RGB value is (90,40,155). Sum of RGB (Red+Green+Blue) = 90+40+155=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A289B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A289B is #A5D764. Grayscale: #434343. Windows color (decimal): -10868581 or 10168410. OLE color: 10168410.

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

Color convert

RGB9040155-
CMYK0.420.7400.39
HSL266.09º58.97%38.24%-
HSV(B)266.09º74.19%60.78%-
XYZ10.896.0631.61-
YUV68.06177.06143.65-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.58%
GREEN value IS 40 (16.02% from 255) = 14.04%
BLUE value IS 155 (60.94% from 255) = 54.39%
R=31.58%
G=14.04%
B=54.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal90401550.420.7400.39266.0958.9738.24
Hex5A289B2A4A02710a3b26
Octal13250233521120474127346
Binary10110101010001001101110101010010100100111100001010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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