#5A4085

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

Shades of Daisy Bush #5A4085

Tints of Daisy Bush #5A4085

Color information

#5A4085 (or 0x5A4085) is unknown color: approx Daisy Bush. HEX triplet: 5A, 40 and 85. RGB value is (90,64,133). Sum of RGB (Red+Green+Blue) = 90+64+133=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #5A4085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4085 is #A5BF7A. Grayscale: #4F4F4F. Windows color (decimal): -10862459 or 8732762. OLE color: 8732762.

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

Color convert

RGB9064133-
CMYK0.320.5200.48
HSL262.61º35.03%38.63%-
HSV(B)262.61º51.88%52.16%-
XYZ10.287.5323.1-
YUV79.64158.11135.39-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.36%
GREEN value IS 64 (25.39% from 255) = 22.30%
BLUE value IS 133 (52.34% from 255) = 46.34%
R=31.36%
G=22.30%
B=46.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal90641330.320.5200.48262.6135.0338.63
Hex5A408520340301072327
Octal13210020540640604074347
Binary10110101000000100001011000001101000110000100000111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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