#511A71

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

Shades of Blue Diamond #511A71

Tints of Blue Diamond #511A71

Color information

#511A71 (or 0x511A71) is unknown color: approx Blue Diamond. HEX triplet: 51, 1A and 71. RGB value is (81,26,113). Sum of RGB (Red+Green+Blue) = 81+26+113=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #511A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511A71 is #AEE58E. Grayscale: #343434. Windows color (decimal): -11462031 or 7412305. OLE color: 7412305.

HSL color Cylindrical-coordinate representation of color #511A71: hue angle of 277.93º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #511A71 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8126113-
CMYK0.280.7700.56
HSL277.93º62.59%27.25%-
HSV(B)277.93º76.99%44.31%-
XYZ6.743.6815.98-
YUV52.36162.22148.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.82%
GREEN value IS 26 (10.55% from 255) = 11.82%
BLUE value IS 113 (44.53% from 255) = 51.36%
R=36.82%
G=11.82%
B=51.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81261130.280.7700.56277.9362.5927.25
Hex511A711C4D0381163f1b
Octal12132161341150704267733
Binary1010001110101110001111001001101011100010001011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511A71; }

 p { color: rgb(81,26,113); }

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

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

 a { background-color: rgb(81,26,113); }

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

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

 span { border-color: rgb(81,26,113); }

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