#50299F

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

Shades of Daisy Bush #50299F

Tints of Daisy Bush #50299F

Color information

#50299F (or 0x50299F) is unknown color: approx Daisy Bush. HEX triplet: 50, 29 and 9F. RGB value is (80,41,159). Sum of RGB (Red+Green+Blue) = 80+41+159=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 159 (62.5% from 255 or 56.79% from 280); Max value from RGB is 159 - color contains mainly: blue. Hex color #50299F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50299F is #AFD660. Grayscale: #414141. Windows color (decimal): -11523681 or 10430800. OLE color: 10430800.

HSL color Cylindrical-coordinate representation of color #50299F: hue angle of 259.83º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50299F is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8041159-
CMYK0.500.7400.38
HSL259.83º59%39.22%-
HSV(B)259.83º74.21%62.35%-
XYZ10.365.7933.37-
YUV66.11180.42137.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.57%
GREEN value IS 41 (16.41% from 255) = 14.64%
BLUE value IS 159 (62.5% from 255) = 56.79%
R=28.57%
G=14.64%
B=56.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80411590.500.7400.38259.835939.22
Hex50299F324A0261043b27
Octal12051237621120464047347
Binary10100001010011001111111001010010100100110100000100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50299F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50299F; }

 p { color: rgb(80,41,159); }

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

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

 a { background-color: rgb(80,41,159); }

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

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

 span { border-color: rgb(80,41,159); }

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