#50196E

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

Shades of Blue Diamond #50196E

Tints of Blue Diamond #50196E

Color information

#50196E (or 0x50196E) is unknown color: approx Blue Diamond. HEX triplet: 50, 19 and 6E. RGB value is (80,25,110). Sum of RGB (Red+Green+Blue) = 80+25+110=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 110 (43.36% from 255 or 51.16% from 215); Max value from RGB is 110 - color contains mainly: blue. Hex color #50196E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50196E is #AFE691. Grayscale: #323232. Windows color (decimal): -11527826 or 7215440. OLE color: 7215440.

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

Color convert

RGB8025110-
CMYK0.270.7700.57
HSL278.82º62.96%26.47%-
HSV(B)278.82º77.27%43.14%-
XYZ6.473.5315.09-
YUV51.14161.22148.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.21%
GREEN value IS 25 (10.16% from 255) = 11.63%
BLUE value IS 110 (43.36% from 255) = 51.16%
R=37.21%
G=11.63%
B=51.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80251100.270.7700.57278.8262.9626.47
Hex50196E1B4D0391173f1a
Octal12031156331150714277732
Binary1010000110011101110110111001101011100110001011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50196E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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