#50207F

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

Shades of Blue Diamond #50207F

Tints of Blue Diamond #50207F

Color information

#50207F (or 0x50207F) is unknown color: approx Blue Diamond. HEX triplet: 50, 20 and 7F. RGB value is (80,32,127). Sum of RGB (Red+Green+Blue) = 80+32+127=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #50207F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50207F is #AFDF80. Grayscale: #383838. Windows color (decimal): -11526017 or 8331344. OLE color: 8331344.

HSL color Cylindrical-coordinate representation of color #50207F: hue angle of 270.32º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50207F is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8032127-
CMYK0.370.7500.50
HSL270.32º59.75%31.18%-
HSV(B)270.32º74.8%49.8%-
XYZ7.664.2720.5-
YUV57.18167.4144.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.47%
GREEN value IS 32 (12.89% from 255) = 13.39%
BLUE value IS 127 (50% from 255) = 53.14%
R=33.47%
G=13.39%
B=53.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80321270.370.7500.50270.3259.7531.18
Hex50207F254B03210e3c1f
Octal12040177451130624167437
Binary101000010000011111111001011001011011001010000111011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50207F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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