#50206C

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

Shades of Blue Diamond #50206C

Tints of Blue Diamond #50206C

Color information

#50206C (or 0x50206C) is unknown color: approx Blue Diamond. HEX triplet: 50, 20 and 6C. RGB value is (80,32,108). Sum of RGB (Red+Green+Blue) = 80+32+108=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #50206C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50206C is #AFDF93. Grayscale: #363636. Windows color (decimal): -11526036 or 7086160. OLE color: 7086160.

HSL color Cylindrical-coordinate representation of color #50206C: hue angle of 277.89º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50206C is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8032108-
CMYK0.260.7000.58
HSL277.89º54.29%27.45%-
HSV(B)277.89º70.37%42.35%-
XYZ6.533.8214.58-
YUV55.02157.9145.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.36%
GREEN value IS 32 (12.89% from 255) = 14.55%
BLUE value IS 108 (42.58% from 255) = 49.09%
R=36.36%
G=14.55%
B=49.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80321080.260.7000.58277.8954.2927.45
Hex50206C1A4603A116361b
Octal12040154321060724266633
Binary10100001000001101100110101000110011101010001011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50206C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,32,108); }

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

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

 a { background-color: rgb(80,32,108); }

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

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

 span { border-color: rgb(80,32,108); }

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