#50297C

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

Shades of Blue Diamond #50297C

Tints of Blue Diamond #50297C

Color information

#50297C (or 0x50297C) is unknown color: approx Blue Diamond. HEX triplet: 50, 29 and 7C. RGB value is (80,41,124). Sum of RGB (Red+Green+Blue) = 80+41+124=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #50297C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50297C is #AFD683. Grayscale: #3D3D3D. Windows color (decimal): -11523716 or 8137040. OLE color: 8137040.

HSL color Cylindrical-coordinate representation of color #50297C: hue angle of 268.19º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50297C is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8041124-
CMYK0.350.6700.51
HSL268.19º50.3%32.35%-
HSV(B)268.19º66.94%48.63%-
XYZ7.744.7519.58-
YUV62.12162.92140.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.65%
GREEN value IS 41 (16.41% from 255) = 16.73%
BLUE value IS 124 (48.83% from 255) = 50.61%
R=32.65%
G=16.73%
B=50.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80411240.350.6700.51268.1950.332.35
Hex50297C234303310c3220
Octal12051174431030634146240
Binary1010000101001111110010001110000110110011100001100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50297C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50297C; }

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

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

<style>
 a { background-color: #50297C; }

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

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

<style>
 span { border-color: #50297C; }

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

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