#5A428D

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

Shades of Daisy Bush #5A428D

Tints of Daisy Bush #5A428D

Color information

#5A428D (or 0x5A428D) is unknown color: approx Daisy Bush. HEX triplet: 5A, 42 and 8D. RGB value is (90,66,141). Sum of RGB (Red+Green+Blue) = 90+66+141=297 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.30% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A428D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A428D is #A5BD72. Grayscale: #515151. Windows color (decimal): -10861939 or 9257562. OLE color: 9257562.

HSL color Cylindrical-coordinate representation of color #5A428D: hue angle of 259.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A428D is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9066141-
CMYK0.360.5300.45
HSL259.2º36.23%40.59%-
HSV(B)259.2º53.19%55.29%-
XYZ10.977.9926.16-
YUV81.73161.45133.9-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.30%
GREEN value IS 66 (26.17% from 255) = 22.22%
BLUE value IS 141 (55.47% from 255) = 47.47%
R=30.30%
G=22.22%
B=47.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal90661410.360.5300.45259.236.2340.59
Hex5A428D243502D1032429
Octal13210221544650554034451
Binary10110101000010100011011001001101010101101100000011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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