#5A419C

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

Shades of Daisy Bush #5A419C

Tints of Daisy Bush #5A419C

Color information

#5A419C (or 0x5A419C) is unknown color: approx Daisy Bush. HEX triplet: 5A, 41 and 9C. RGB value is (90,65,156). Sum of RGB (Red+Green+Blue) = 90+65+156=311 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.94% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #5A419C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A419C is #A5BE63. Grayscale: #525252. Windows color (decimal): -10862180 or 10240346. OLE color: 10240346.

HSL color Cylindrical-coordinate representation of color #5A419C: hue angle of 256.48º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A419C is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9065156-
CMYK0.420.5800.39
HSL256.48º41.18%43.33%-
HSV(B)256.48º58.33%61.18%-
XYZ12.118.3532.43-
YUV82.85169.28133.1-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.94%
GREEN value IS 65 (25.78% from 255) = 20.90%
BLUE value IS 156 (61.33% from 255) = 50.16%
R=28.94%
G=20.90%
B=50.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal90651560.420.5800.39256.4841.1843.33
Hex5A419C2A3A027100292b
Octal13210123452720474005153
Binary10110101000001100111001010101110100100111100000000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A419C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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