#501973

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

Shades of Blue Diamond #501973

Tints of Blue Diamond #501973

Color information

#501973 (or 0x501973) is unknown color: approx Blue Diamond. HEX triplet: 50, 19 and 73. RGB value is (80,25,115). Sum of RGB (Red+Green+Blue) = 80+25+115=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #501973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501973 is #AFE68C. Grayscale: #333333. Windows color (decimal): -11527821 or 7543120. OLE color: 7543120.

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

Color convert

RGB8025115-
CMYK0.300.7800.55
HSL276.67º64.29%27.45%-
HSV(B)276.67º78.26%45.1%-
XYZ6.753.6416.57-
YUV51.7163.72148.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.36%
GREEN value IS 25 (10.16% from 255) = 11.36%
BLUE value IS 115 (45.31% from 255) = 52.27%
R=36.36%
G=11.36%
B=52.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80251150.300.7800.55276.6764.2927.45
Hex5019731E4E037115401b
Octal120311633611606742510033
Binary10100001100111100111111010011100110111100010101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501973; }

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

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

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

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

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

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

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

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