#5A389E

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

Shades of Daisy Bush #5A389E

Tints of Daisy Bush #5A389E

Color information

#5A389E (or 0x5A389E) is unknown color: approx Daisy Bush. HEX triplet: 5A, 38 and 9E. RGB value is (90,56,158). Sum of RGB (Red+Green+Blue) = 90+56+158=304 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.61% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 158 (62.11% from 255 or 51.97% from 304); Max value from RGB is 158 - color contains mainly: blue. Hex color #5A389E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A389E is #A5C761. Grayscale: #4D4D4D. Windows color (decimal): -10864482 or 10369114. OLE color: 10369114.

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

Color convert

RGB9056158-
CMYK0.430.6500.38
HSL260º47.66%41.96%-
HSV(B)260º64.56%61.96%-
XYZ11.87.4733.17-
YUV77.79173.26136.71-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.61%
GREEN value IS 56 (22.27% from 255) = 18.42%
BLUE value IS 158 (62.11% from 255) = 51.97%
R=29.61%
G=18.42%
B=51.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal90561580.430.6500.3826047.6641.96
Hex5A389E2B41026104302a
Octal13270236531010464046052
Binary10110101110001001111010101110000010100110100000100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A389E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,56,158); }

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

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

 a { background-color: rgb(90,56,158); }

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

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

 span { border-color: rgb(90,56,158); }

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