#5A4084

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

Shades of Daisy Bush #5A4084

Tints of Daisy Bush #5A4084

Color information

#5A4084 (or 0x5A4084) is unknown color: approx Daisy Bush. HEX triplet: 5A, 40 and 84. RGB value is (90,64,132). Sum of RGB (Red+Green+Blue) = 90+64+132=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #5A4084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4084 is #A5BF7B. Grayscale: #4F4F4F. Windows color (decimal): -10862460 or 8667226. OLE color: 8667226.

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

Color convert

RGB9064132-
CMYK0.320.5200.48
HSL262.94º34.69%38.43%-
HSV(B)262.94º51.52%51.76%-
XYZ10.217.5122.74-
YUV79.53157.61135.47-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.47%
GREEN value IS 64 (25.39% from 255) = 22.38%
BLUE value IS 132 (51.95% from 255) = 46.15%
R=31.47%
G=22.38%
B=46.15%

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
Decimal90641320.320.5200.48262.9434.6938.43
Hex5A408420340301072326
Octal13210020440640604074346
Binary10110101000000100001001000001101000110000100000111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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