#5A429D

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

Shades of Daisy Bush #5A429D

Tints of Daisy Bush #5A429D

Color information

#5A429D (or 0x5A429D) is unknown color: approx Daisy Bush. HEX triplet: 5A, 42 and 9D. RGB value is (90,66,157). Sum of RGB (Red+Green+Blue) = 90+66+157=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A429D is #A5BD62. Grayscale: #535353. Windows color (decimal): -10861923 or 10306138. OLE color: 10306138.

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

Color convert

RGB9066157-
CMYK0.430.5800.38
HSL255.82º40.81%43.73%-
HSV(B)255.82º57.96%61.57%-
XYZ12.258.532.89-
YUV83.55169.45132.6-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.75%
GREEN value IS 66 (26.17% from 255) = 21.09%
BLUE value IS 157 (61.72% from 255) = 50.16%
R=28.75%
G=21.09%
B=50.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal90661570.430.5800.38255.8240.8143.73
Hex5A429D2B3A026100292c
Octal13210223553720464005154
Binary10110101000010100111011010111110100100110100000000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,66,157); }

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

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

 a { background-color: rgb(90,66,157); }

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

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

 span { border-color: rgb(90,66,157); }

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