#501873

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

Shades of Blue Diamond #501873

Tints of Blue Diamond #501873

Color information

#501873 (or 0x501873) is unknown color: approx Blue Diamond. HEX triplet: 50, 18 and 73. RGB value is (80,24,115). Sum of RGB (Red+Green+Blue) = 80+24+115=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #501873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501873 is #AFE78C. Grayscale: #323232. Windows color (decimal): -11528077 or 7542864. OLE color: 7542864.

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

Color convert

RGB8024115-
CMYK0.300.7900.55
HSL276.92º65.47%27.25%-
HSV(B)276.92º79.13%45.1%-
XYZ6.733.616.56-
YUV51.12164.05148.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.53%
GREEN value IS 24 (9.77% from 255) = 10.96%
BLUE value IS 115 (45.31% from 255) = 52.51%
R=36.53%
G=10.96%
B=52.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80241150.300.7900.55276.9265.4727.25
Hex5018731E4F037115411b
Octal120301633611706742510133
Binary10100001100011100111111010011110110111100010101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501873; }

 p { color: rgb(80,24,115); }

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

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

 a { background-color: rgb(80,24,115); }

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

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

 span { border-color: rgb(80,24,115); }

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