#501872

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

Shades of Blue Diamond #501872

Tints of Blue Diamond #501872

Color information

#501872 (or 0x501872) is unknown color: approx Blue Diamond. HEX triplet: 50, 18 and 72. RGB value is (80,24,114). Sum of RGB (Red+Green+Blue) = 80+24+114=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #501872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501872 is #AFE78D. Grayscale: #323232. Windows color (decimal): -11528078 or 7477328. OLE color: 7477328.

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

Color convert

RGB8024114-
CMYK0.300.7900.55
HSL277.33º65.22%27.06%-
HSV(B)277.33º78.95%44.71%-
XYZ6.673.5716.26-
YUV51163.55148.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.70%
GREEN value IS 24 (9.77% from 255) = 11.01%
BLUE value IS 114 (44.92% from 255) = 52.29%
R=36.70%
G=11.01%
B=52.29%

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
Decimal80241140.300.7900.55277.3365.2227.06
Hex5018721E4F037115411b
Octal120301623611706742510133
Binary10100001100011100101111010011110110111100010101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501872; }

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

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

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

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

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

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

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

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