#50217C

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

Shades of Blue Diamond #50217C

Tints of Blue Diamond #50217C

Color information

#50217C (or 0x50217C) is unknown color: approx Blue Diamond. HEX triplet: 50, 21 and 7C. RGB value is (80,33,124). Sum of RGB (Red+Green+Blue) = 80+33+124=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #50217C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50217C is #AFDE83. Grayscale: #393939. Windows color (decimal): -11525764 or 8134992. OLE color: 8134992.

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

Color convert

RGB8033124-
CMYK0.350.7300.51
HSL270.99º57.96%30.78%-
HSV(B)270.99º73.39%48.63%-
XYZ7.494.2519.49-
YUV57.43165.57144.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.76%
GREEN value IS 33 (13.28% from 255) = 13.92%
BLUE value IS 124 (48.83% from 255) = 52.32%
R=33.76%
G=13.92%
B=52.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80331240.350.7300.51270.9957.9630.78
Hex50217C234903310f3a1f
Octal12041174431110634177237
Binary101000010000111111001000111001001011001110000111111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50217C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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