#50279A

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

Shades of Daisy Bush #50279A

Tints of Daisy Bush #50279A

Color information

#50279A (or 0x50279A) is unknown color: approx Daisy Bush. HEX triplet: 50, 27 and 9A. RGB value is (80,39,154). Sum of RGB (Red+Green+Blue) = 80+39+154=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 154 (60.55% from 255 or 56.41% from 273); Max value from RGB is 154 - color contains mainly: blue. Hex color #50279A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50279A is #AFD865. Grayscale: #3F3F3F. Windows color (decimal): -11524198 or 10102608. OLE color: 10102608.

HSL color Cylindrical-coordinate representation of color #50279A: hue angle of 261.39º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50279A is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8039154-
CMYK0.480.7500.40
HSL261.39º59.59%37.84%-
HSV(B)261.39º74.68%60.39%-
XYZ9.875.4931.11-
YUV64.37178.58139.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.30%
GREEN value IS 39 (15.62% from 255) = 14.29%
BLUE value IS 154 (60.55% from 255) = 56.41%
R=29.30%
G=14.29%
B=56.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80391540.480.7500.40261.3959.5937.84
Hex50279A304B0281053c26
Octal12047232601130504057446
Binary10100001001111001101011000010010110101000100000101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50279A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50279A; }

 p { color: rgb(80,39,154); }

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

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

 a { background-color: rgb(80,39,154); }

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

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

 span { border-color: rgb(80,39,154); }

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