#503190

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

Shades of Daisy Bush #503190

Tints of Daisy Bush #503190

Color information

#503190 (or 0x503190) is unknown color: approx Daisy Bush. HEX triplet: 50, 31 and 90. RGB value is (80,49,144). Sum of RGB (Red+Green+Blue) = 80+49+144=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #503190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503190 is #AFCE6F. Grayscale: #444444. Windows color (decimal): -11521648 or 9449808. OLE color: 9449808.

HSL color Cylindrical-coordinate representation of color #503190: hue angle of 259.58º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #503190 is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8049144-
CMYK0.440.6600.44
HSL259.58º49.22%37.84%-
HSV(B)259.58º65.97%56.47%-
XYZ9.445.9227.03-
YUV69.1170.27135.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.30%
GREEN value IS 49 (19.53% from 255) = 17.95%
BLUE value IS 144 (56.64% from 255) = 52.75%
R=29.30%
G=17.95%
B=52.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80491440.440.6600.44259.5849.2237.84
Hex5031902C4202C1043126
Octal12061220541020544046146
Binary10100001100011001000010110010000100101100100000100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503190; }

 p { color: rgb(80,49,144); }

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

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

 a { background-color: rgb(80,49,144); }

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

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

 span { border-color: rgb(80,49,144); }

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