#5A4187

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

Shades of Daisy Bush #5A4187

Tints of Daisy Bush #5A4187

Color information

#5A4187 (or 0x5A4187) is unknown color: approx Daisy Bush. HEX triplet: 5A, 41 and 87. RGB value is (90,65,135). Sum of RGB (Red+Green+Blue) = 90+65+135=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 135 (53.12% from 255 or 46.55% from 290); Max value from RGB is 135 - color contains mainly: blue. Hex color #5A4187 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4187 is #A5BE78. Grayscale: #505050. Windows color (decimal): -10862201 or 8864090. OLE color: 8864090.

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

Color convert

RGB9065135-
CMYK0.330.5200.47
HSL261.43º35%39.22%-
HSV(B)261.43º51.85%52.94%-
XYZ10.487.723.86-
YUV80.46158.78134.81-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.03%
GREEN value IS 65 (25.78% from 255) = 22.41%
BLUE value IS 135 (53.12% from 255) = 46.55%
R=31.03%
G=22.41%
B=46.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal90651350.330.5200.47261.433539.22
Hex5A4187213402F1052327
Octal13210120741640574054347
Binary10110101000001100001111000011101000101111100000101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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