#5A429B

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

Shades of Daisy Bush #5A429B

Tints of Daisy Bush #5A429B

Color information

#5A429B (or 0x5A429B) is unknown color: approx Daisy Bush. HEX triplet: 5A, 42 and 9B. RGB value is (90,66,155). Sum of RGB (Red+Green+Blue) = 90+66+155=311 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.94% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A429B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A429B is #A5BD64. Grayscale: #525252. Windows color (decimal): -10861925 or 10175066. OLE color: 10175066.

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

Color convert

RGB9066155-
CMYK0.420.5700.39
HSL256.18º40.27%43.33%-
HSV(B)256.18º57.42%60.78%-
XYZ12.088.4432-
YUV83.32168.45132.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.94%
GREEN value IS 66 (26.17% from 255) = 21.22%
BLUE value IS 155 (60.94% from 255) = 49.84%
R=28.94%
G=21.22%
B=49.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal90661550.420.5700.39256.1840.2743.33
Hex5A429B2A39027100282b
Octal13210223352710474005053
Binary10110101000010100110111010101110010100111100000000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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