#5A4395

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

Shades of Daisy Bush #5A4395

Tints of Daisy Bush #5A4395

Color information

#5A4395 (or 0x5A4395) is unknown color: approx Daisy Bush. HEX triplet: 5A, 43 and 95. RGB value is (90,67,149). Sum of RGB (Red+Green+Blue) = 90+67+149=306 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.41% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #5A4395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4395 is #A5BC6A. Grayscale: #525252. Windows color (decimal): -10861675 or 9782106. OLE color: 9782106.

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

Color convert

RGB9067149-
CMYK0.400.5500.42
HSL256.83º37.96%42.35%-
HSV(B)256.83º55.03%58.43%-
XYZ11.658.3629.43-
YUV83.22165.12132.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.41%
GREEN value IS 67 (26.56% from 255) = 21.90%
BLUE value IS 149 (58.59% from 255) = 48.69%
R=29.41%
G=21.90%
B=48.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90671490.400.5500.42256.8337.9642.35
Hex5A4395283702A101262a
Octal13210322550670524014652
Binary10110101000011100101011010001101110101010100000001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,67,149); }

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

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

 a { background-color: rgb(90,67,149); }

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

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

 span { border-color: rgb(90,67,149); }

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