#5A3B89

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

Shades of Daisy Bush #5A3B89

Tints of Daisy Bush #5A3B89

Color information

#5A3B89 (or 0x5A3B89) is unknown color: approx Daisy Bush. HEX triplet: 5A, 3B and 89. RGB value is (90,59,137). Sum of RGB (Red+Green+Blue) = 90+59+137=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #5A3B89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3B89 is #A5C476. Grayscale: #4C4C4C. Windows color (decimal): -10863735 or 8993626. OLE color: 8993626.

HSL color Cylindrical-coordinate representation of color #5A3B89: hue angle of 263.85º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A3B89 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9059137-
CMYK0.340.5700.46
HSL263.85º39.8%38.43%-
HSV(B)263.85º56.93%53.73%-
XYZ10.37.1124.5-
YUV77.16161.77137.16-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.47%
GREEN value IS 59 (23.44% from 255) = 20.63%
BLUE value IS 137 (53.91% from 255) = 47.90%
R=31.47%
G=20.63%
B=47.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal90591370.340.5700.46263.8539.838.43
Hex5A3B89223902E1082826
Octal1327321142710564105046
Binary1011010111011100010011000101110010101110100001000101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,59,137); }

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

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

 a { background-color: rgb(90,59,137); }

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

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

 span { border-color: rgb(90,59,137); }

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