#50207E

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

Shades of Blue Diamond #50207E

Tints of Blue Diamond #50207E

Color information

#50207E (or 0x50207E) is unknown color: approx Blue Diamond. HEX triplet: 50, 20 and 7E. RGB value is (80,32,126). Sum of RGB (Red+Green+Blue) = 80+32+126=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 126 (49.61% from 255 or 52.94% from 238); Max value from RGB is 126 - color contains mainly: blue. Hex color #50207E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50207E is #AFDF81. Grayscale: #383838. Windows color (decimal): -11526018 or 8265808. OLE color: 8265808.

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

Color convert

RGB8032126-
CMYK0.370.7500.51
HSL270.64º59.49%30.98%-
HSV(B)270.64º74.6%49.41%-
XYZ7.594.2420.16-
YUV57.07166.9144.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.61%
GREEN value IS 32 (12.89% from 255) = 13.45%
BLUE value IS 126 (49.61% from 255) = 52.94%
R=33.61%
G=13.45%
B=52.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80321260.370.7500.51270.6459.4930.98
Hex50207E254B03310f3b1f
Octal12040176451130634177337
Binary101000010000011111101001011001011011001110000111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50207E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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