#501774

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

Shades of Blue Diamond #501774

Tints of Blue Diamond #501774

Color information

#501774 (or 0x501774) is unknown color: approx Blue Diamond. HEX triplet: 50, 17 and 74. RGB value is (80,23,116). Sum of RGB (Red+Green+Blue) = 80+23+116=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #501774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501774 is #AFE88B. Grayscale: #323232. Windows color (decimal): -11528332 or 7608144. OLE color: 7608144.

HSL color Cylindrical-coordinate representation of color #501774: hue angle of 276.77º degrees, saturation: 0.67, 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 #501774 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8023116-
CMYK0.310.8000.55
HSL276.77º66.91%27.25%-
HSV(B)276.77º80.17%45.49%-
XYZ6.773.5816.86-
YUV50.64164.88148.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.53%
GREEN value IS 23 (9.38% from 255) = 10.50%
BLUE value IS 116 (45.70% from 255) = 52.97%
R=36.53%
G=10.50%
B=52.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80231160.310.8000.55276.7766.9127.25
Hex5017741F50037115431b
Octal120271643712006742510333
Binary10100001011111101001111110100000110111100010101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501774; }

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

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

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

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

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

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

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

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