#50196F

Color #50196F Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #50196F

Tints of Blue Diamond #50196F

Color information

#50196F (or 0x50196F) is unknown color: approx Blue Diamond. HEX triplet: 50, 19 and 6F. RGB value is (80,25,111). Sum of RGB (Red+Green+Blue) = 80+25+111=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #50196F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50196F is #AFE690. Grayscale: #323232. Windows color (decimal): -11527825 or 7280976. OLE color: 7280976.

HSL color Cylindrical-coordinate representation of color #50196F: hue angle of 278.37º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50196F is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8025111-
CMYK0.280.7700.56
HSL278.37º63.24%26.67%-
HSV(B)278.37º77.48%43.53%-
XYZ6.533.5515.38-
YUV51.25161.72148.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.04%
GREEN value IS 25 (10.16% from 255) = 11.57%
BLUE value IS 111 (43.75% from 255) = 51.39%
R=37.04%
G=11.57%
B=51.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80251110.280.7700.56278.3763.2426.67
Hex50196F1C4D0381163f1b
Octal12031157341150704267733
Binary1010000110011101111111001001101011100010001011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50196F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,25,111); }

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

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

 a { background-color: rgb(80,25,111); }

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

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

 span { border-color: rgb(80,25,111); }

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