#501772

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

Shades of Blue Diamond #501772

Tints of Blue Diamond #501772

Color information

#501772 (or 0x501772) is unknown color: approx Blue Diamond. HEX triplet: 50, 17 and 72. RGB value is (80,23,114). Sum of RGB (Red+Green+Blue) = 80+23+114=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #501772 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501772 is #AFE88D. Grayscale: #323232. Windows color (decimal): -11528334 or 7477072. OLE color: 7477072.

HSL color Cylindrical-coordinate representation of color #501772: hue angle of 277.58º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501772 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8023114-
CMYK0.300.8000.55
HSL277.58º66.42%26.86%-
HSV(B)277.58º79.82%44.71%-
XYZ6.653.5316.25-
YUV50.42163.88149.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.87%
GREEN value IS 23 (9.38% from 255) = 10.60%
BLUE value IS 114 (44.92% from 255) = 52.53%
R=36.87%
G=10.60%
B=52.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80231140.300.8000.55277.5866.4226.86
Hex5017721E50037116421b
Octal120271623612006742610233
Binary10100001011111100101111010100000110111100010110100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501772; }

 p { color: rgb(80,23,114); }

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

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

 a { background-color: rgb(80,23,114); }

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

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

 span { border-color: rgb(80,23,114); }

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