#5A4087

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

Shades of Daisy Bush #5A4087

Tints of Daisy Bush #5A4087

Color information

#5A4087 (or 0x5A4087) is unknown color: approx Daisy Bush. HEX triplet: 5A, 40 and 87. RGB value is (90,64,135). Sum of RGB (Red+Green+Blue) = 90+64+135=289 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.14% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 135 (53.12% from 255 or 46.71% from 289); Max value from RGB is 135 - color contains mainly: blue. Hex color #5A4087 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4087 is #A5BF78. Grayscale: #4F4F4F. Windows color (decimal): -10862457 or 8863834. OLE color: 8863834.

HSL color Cylindrical-coordinate representation of color #5A4087: hue angle of 261.97º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A4087 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9064135-
CMYK0.330.5300.47
HSL261.97º35.68%39.02%-
HSV(B)261.97º52.59%52.94%-
XYZ10.427.5923.84-
YUV79.87159.11135.23-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.14%
GREEN value IS 64 (25.39% from 255) = 22.15%
BLUE value IS 135 (53.12% from 255) = 46.71%
R=31.14%
G=22.15%
B=46.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal90641350.330.5300.47261.9735.6839.02
Hex5A4087213502F1062427
Octal13210020741650574064447
Binary10110101000000100001111000011101010101111100000110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,64,135); }

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

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

 a { background-color: rgb(90,64,135); }

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

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

 span { border-color: rgb(90,64,135); }

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