#501770

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

Shades of Blue Diamond #501770

Tints of Blue Diamond #501770

Color information

#501770 (or 0x501770) is unknown color: approx Blue Diamond. HEX triplet: 50, 17 and 70. RGB value is (80,23,112). Sum of RGB (Red+Green+Blue) = 80+23+112=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #501770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501770 is #AFE88F. Grayscale: #313131. Windows color (decimal): -11528336 or 7346000. OLE color: 7346000.

HSL color Cylindrical-coordinate representation of color #501770: hue angle of 278.43º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501770 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8023112-
CMYK0.290.7900.56
HSL278.43º65.93%26.47%-
HSV(B)278.43º79.46%43.92%-
XYZ6.543.4915.66-
YUV50.19162.88149.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.21%
GREEN value IS 23 (9.38% from 255) = 10.70%
BLUE value IS 112 (44.14% from 255) = 52.09%
R=37.21%
G=10.70%
B=52.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80231120.290.7900.56278.4365.9326.47
Hex5017701D4F038116421a
Octal120271603511707042610232
Binary10100001011111100001110110011110111000100010110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501770; }

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

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

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

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

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

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

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

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