#50289B

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

Shades of Daisy Bush #50289B

Tints of Daisy Bush #50289B

Color information

#50289B (or 0x50289B) is unknown color: approx Daisy Bush. HEX triplet: 50, 28 and 9B. RGB value is (80,40,155). Sum of RGB (Red+Green+Blue) = 80+40+155=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #50289B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50289B is #AFD764. Grayscale: #404040. Windows color (decimal): -11523941 or 10168400. OLE color: 10168400.

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

Color convert

RGB8040155-
CMYK0.480.7400.39
HSL260.87º58.97%38.24%-
HSV(B)260.87º74.19%60.78%-
XYZ9.985.5931.56-
YUV65.07178.75138.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 40 (16.02% from 255) = 14.55%
BLUE value IS 155 (60.94% from 255) = 56.36%
R=29.09%
G=14.55%
B=56.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80401550.480.7400.39260.8758.9738.24
Hex50289B304A0271053b26
Octal12050233601120474057346
Binary10100001010001001101111000010010100100111100000101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50289B; }

 p { color: rgb(80,40,155); }

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

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

 a { background-color: rgb(80,40,155); }

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

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

 span { border-color: rgb(80,40,155); }

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