#50219B

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

Shades of Daisy Bush #50219B

Tints of Daisy Bush #50219B

Color information

#50219B (or 0x50219B) is unknown color: approx Daisy Bush. HEX triplet: 50, 21 and 9B. RGB value is (80,33,155). Sum of RGB (Red+Green+Blue) = 80+33+155=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #50219B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50219B is #AFDE64. Grayscale: #3C3C3C. Windows color (decimal): -11525733 or 10166608. OLE color: 10166608.

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

Color convert

RGB8033155-
CMYK0.480.7900.39
HSL263.11º64.89%36.86%-
HSV(B)263.11º78.71%60.78%-
XYZ9.775.1631.49-
YUV60.96181.07141.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.85%
GREEN value IS 33 (13.28% from 255) = 12.31%
BLUE value IS 155 (60.94% from 255) = 57.84%
R=29.85%
G=12.31%
B=57.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80331550.480.7900.39263.1164.8936.86
Hex50219B304F0271074125
Octal120412336011704740710145
Binary101000010000110011011110000100111101001111000001111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50219B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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