#501C70

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

Shades of Blue Diamond #501C70

Tints of Blue Diamond #501C70

Color information

#501C70 (or 0x501C70) is unknown color: approx Blue Diamond. HEX triplet: 50, 1C and 70. RGB value is (80,28,112). Sum of RGB (Red+Green+Blue) = 80+28+112=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #501C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501C70 is #AFE38F. Grayscale: #343434. Windows color (decimal): -11527056 or 7347280. OLE color: 7347280.

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

Color convert

RGB8028112-
CMYK0.290.7500.56
HSL277.14º60%27.45%-
HSV(B)277.14º75%43.92%-
XYZ6.653.7115.69-
YUV53.12161.23147.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.36%
GREEN value IS 28 (11.33% from 255) = 12.73%
BLUE value IS 112 (44.14% from 255) = 50.91%
R=36.36%
G=12.73%
B=50.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80281120.290.7500.56277.146027.45
Hex501C701D4B0381153c1b
Octal12034160351130704257433
Binary1010000111001110000111011001011011100010001010111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,28,112); }

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

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

 a { background-color: rgb(80,28,112); }

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

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

 span { border-color: rgb(80,28,112); }

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