#5A358C

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

Shades of Daisy Bush #5A358C

Tints of Daisy Bush #5A358C

Color information

#5A358C (or 0x5A358C) is unknown color: approx Daisy Bush. HEX triplet: 5A, 35 and 8C. RGB value is (90,53,140). Sum of RGB (Red+Green+Blue) = 90+53+140=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #5A358C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A358C is #A5CA73. Grayscale: #494949. Windows color (decimal): -10865268 or 9188698. OLE color: 9188698.

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

Color convert

RGB9053140-
CMYK0.360.6200.45
HSL265.52º45.08%37.84%-
HSV(B)265.52º62.14%54.9%-
XYZ10.226.6125.55-
YUV73.98165.26139.43-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.80%
GREEN value IS 53 (21.09% from 255) = 18.73%
BLUE value IS 140 (55.08% from 255) = 49.47%
R=31.80%
G=18.73%
B=49.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal90531400.360.6200.45265.5245.0837.84
Hex5A358C243E02D10a2d26
Octal1326521444760554125546
Binary1011010110101100011001001001111100101101100001010101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A358C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,53,140); }

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

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

 a { background-color: rgb(90,53,140); }

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

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

 span { border-color: rgb(90,53,140); }

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