#5A408D

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

Shades of Daisy Bush #5A408D

Tints of Daisy Bush #5A408D

Color information

#5A408D (or 0x5A408D) is unknown color: approx Daisy Bush. HEX triplet: 5A, 40 and 8D. RGB value is (90,64,141). Sum of RGB (Red+Green+Blue) = 90+64+141=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A408D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A408D is #A5BF72. Grayscale: #505050. Windows color (decimal): -10862451 or 9257050. OLE color: 9257050.

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

Color convert

RGB9064141-
CMYK0.360.5500.45
HSL260.26º37.56%40.2%-
HSV(B)260.26º54.61%55.29%-
XYZ10.867.7626.13-
YUV80.55162.11134.74-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.51%
GREEN value IS 64 (25.39% from 255) = 21.69%
BLUE value IS 141 (55.47% from 255) = 47.80%
R=30.51%
G=21.69%
B=47.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal90641410.360.5500.45260.2637.5640.2
Hex5A408D243702D1042628
Octal13210021544670554044650
Binary10110101000000100011011001001101110101101100000100100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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