#501D6F

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

Shades of Blue Diamond #501D6F

Tints of Blue Diamond #501D6F

Color information

#501D6F (or 0x501D6F) is unknown color: approx Blue Diamond. HEX triplet: 50, 1D and 6F. RGB value is (80,29,111). Sum of RGB (Red+Green+Blue) = 80+29+111=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #501D6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501D6F is #AFE290. Grayscale: #353535. Windows color (decimal): -11526801 or 7282000. OLE color: 7282000.

HSL color Cylindrical-coordinate representation of color #501D6F: hue angle of 277.32º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #501D6F is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8029111-
CMYK0.280.7400.56
HSL277.32º58.57%27.45%-
HSV(B)277.32º73.87%43.53%-
XYZ6.623.7315.41-
YUV53.6160.4146.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.36%
GREEN value IS 29 (11.72% from 255) = 13.18%
BLUE value IS 111 (43.75% from 255) = 50.45%
R=36.36%
G=13.18%
B=50.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80291110.280.7400.56277.3258.5727.45
Hex501D6F1C4A0381153b1b
Octal12035157341120704257333
Binary1010000111011101111111001001010011100010001010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501D6F; }

 p { color: rgb(80,29,111); }

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

<style>
 a { background-color: #501D6F; }

 a { background-color: rgb(80,29,111); }

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

<style>
 span { border-color: #501D6F; }

 span { border-color: rgb(80,29,111); }

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