#5a429a

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

Shades of Daisy Bush #5A429A

Tints of Daisy Bush #5A429A

Color information

#5A429A (or 0x5A429A) is unknown color: approx Daisy Bush. HEX triplet: 5A, 42 and 9A. RGB value is (90,66,154). Sum of RGB (Red+Green+Blue) = 90+66+154=310 (41% of max value = 765). Red value is 90 (35.55% from 255 or 29.03% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: blue. Hex color #5A429A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A429A is #A5BD65. Grayscale: #525252. Windows color (decimal): -10861926 or 10109530. OLE color: 10109530.

HSL color Cylindrical-coordinate representation of color #5A429A: hue angle of 256.36º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A429A is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9066154-
CMYK0.420.5700.40
HSL256.36º40%43.14%-
HSV(B)256.36º57.14%60.39%-
XYZ128.431.56-
YUV83.21167.95132.84-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.03%
GREEN value IS 66 (26.17% from 255) = 21.29%
BLUE value IS 154 (60.55% from 255) = 49.68%
R=29.03%
G=21.29%
B=49.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal90661540.420.5700.40256.364043.14
Hex5A429A2A39028100282b
Octal13210223252710504005053
Binary10110101000010100110101010101110010101000100000000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a429a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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