#511C71

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

Shades of Blue Diamond #511C71

Tints of Blue Diamond #511C71

Color information

#511C71 (or 0x511C71) is unknown color: approx Blue Diamond. HEX triplet: 51, 1C and 71. RGB value is (81,28,113). Sum of RGB (Red+Green+Blue) = 81+28+113=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #511C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511C71 is #AEE38E. Grayscale: #353535. Windows color (decimal): -11461519 or 7412817. OLE color: 7412817.

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

Color convert

RGB8128113-
CMYK0.280.7500.56
HSL277.41º60.28%27.65%-
HSV(B)277.41º75.22%44.31%-
XYZ6.793.7715.99-
YUV53.54161.56147.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.49%
GREEN value IS 28 (11.33% from 255) = 12.61%
BLUE value IS 113 (44.53% from 255) = 50.90%
R=36.49%
G=12.61%
B=50.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81281130.280.7500.56277.4160.2827.65
Hex511C711C4B0381153c1c
Octal12134161341130704257434
Binary1010001111001110001111001001011011100010001010111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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