#501D6B

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

Shades of Blue Diamond #501D6B

Tints of Blue Diamond #501D6B

Color information

#501D6B (or 0x501D6B) is unknown color: approx Blue Diamond. HEX triplet: 50, 1D and 6B. RGB value is (80,29,107). Sum of RGB (Red+Green+Blue) = 80+29+107=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 107 (42.19% from 255 or 49.54% from 216); Max value from RGB is 107 - color contains mainly: blue. Hex color #501D6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501D6B is #AFE294. Grayscale: #343434. Windows color (decimal): -11526805 or 7019856. OLE color: 7019856.

HSL color Cylindrical-coordinate representation of color #501D6B: hue angle of 279.23º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501D6B is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8029107-
CMYK0.250.7300.58
HSL279.23º57.35%26.67%-
HSV(B)279.23º72.9%41.96%-
XYZ6.43.6514.28-
YUV53.14158.4147.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.04%
GREEN value IS 29 (11.72% from 255) = 13.43%
BLUE value IS 107 (42.19% from 255) = 49.54%
R=37.04%
G=13.43%
B=49.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80291070.250.7300.58279.2357.3526.67
Hex501D6B194903A117391b
Octal12035153311110724277133
Binary1010000111011101011110011001001011101010001011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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