#5A379B

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

Shades of Daisy Bush #5A379B

Tints of Daisy Bush #5A379B

Color information

#5A379B (or 0x5A379B) is unknown color: approx Daisy Bush. HEX triplet: 5A, 37 and 9B. RGB value is (90,55,155). Sum of RGB (Red+Green+Blue) = 90+55+155=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A379B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A379B is #A5C864. Grayscale: #4C4C4C. Windows color (decimal): -10864741 or 10172250. OLE color: 10172250.

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

Color convert

RGB9055155-
CMYK0.420.6500.39
HSL261º47.62%41.18%-
HSV(B)261º64.52%60.78%-
XYZ11.57.2731.81-
YUV76.86172.1137.37-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30%
GREEN value IS 55 (21.88% from 255) = 18.33%
BLUE value IS 155 (60.94% from 255) = 51.67%
R=30%
G=18.33%
B=51.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal90551550.420.6500.3926147.6241.18
Hex5A379B2A410271053029
Octal13267233521010474056051
Binary10110101101111001101110101010000010100111100000101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A379B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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