#501972

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

Shades of Blue Diamond #501972

Tints of Blue Diamond #501972

Color information

#501972 (or 0x501972) is unknown color: approx Blue Diamond. HEX triplet: 50, 19 and 72. RGB value is (80,25,114). Sum of RGB (Red+Green+Blue) = 80+25+114=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #501972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501972 is #AFE68D. Grayscale: #333333. Windows color (decimal): -11527822 or 7477584. OLE color: 7477584.

HSL color Cylindrical-coordinate representation of color #501972: hue angle of 277.08º 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 #501972 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8025114-
CMYK0.300.7800.55
HSL277.08º64.03%27.25%-
HSV(B)277.08º78.07%44.71%-
XYZ6.693.6216.26-
YUV51.59163.22148.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.53%
GREEN value IS 25 (10.16% from 255) = 11.42%
BLUE value IS 114 (44.92% from 255) = 52.05%
R=36.53%
G=11.42%
B=52.05%

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
Decimal80251140.300.7800.55277.0864.0327.25
Hex5019721E4E037115401b
Octal120311623611606742510033
Binary10100001100111100101111010011100110111100010101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501972; }

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

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

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

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

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

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

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

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