#5A318F

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

Shades of Daisy Bush #5A318F

Tints of Daisy Bush #5A318F

Color information

#5A318F (or 0x5A318F) is unknown color: approx Daisy Bush. HEX triplet: 5A, 31 and 8F. RGB value is (90,49,143). Sum of RGB (Red+Green+Blue) = 90+49+143=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 143 (56.25% from 255 or 50.71% from 282); Max value from RGB is 143 - color contains mainly: blue. Hex color #5A318F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A318F is #A5CE70. Grayscale: #474747. Windows color (decimal): -10866289 or 9384282. OLE color: 9384282.

HSL color Cylindrical-coordinate representation of color #5A318F: hue angle of 266.17º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A318F is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9049143-
CMYK0.370.6600.44
HSL266.17º48.96%37.65%-
HSV(B)266.17º65.73%56.08%-
XYZ10.276.3526.67-
YUV71.97168.08140.86-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.91%
GREEN value IS 49 (19.53% from 255) = 17.38%
BLUE value IS 143 (56.25% from 255) = 50.71%
R=31.91%
G=17.38%
B=50.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal90491430.370.6600.44266.1748.9637.65
Hex5A318F254202C10a3126
Octal13261217451020544126146
Binary10110101100011000111110010110000100101100100001010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A318F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,49,143); }

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

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

 a { background-color: rgb(90,49,143); }

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

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

 span { border-color: rgb(90,49,143); }

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