#511C70

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

Shades of Blue Diamond #511C70

Tints of Blue Diamond #511C70

Color information

#511C70 (or 0x511C70) is unknown color: approx Blue Diamond. HEX triplet: 51, 1C and 70. RGB value is (81,28,112). Sum of RGB (Red+Green+Blue) = 81+28+112=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #511C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511C70 is #AEE38F. Grayscale: #353535. Windows color (decimal): -11461520 or 7347281. OLE color: 7347281.

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

Color convert

RGB8128112-
CMYK0.280.7500.56
HSL277.86º60%27.45%-
HSV(B)277.86º75%43.92%-
XYZ6.733.7515.7-
YUV53.42161.06147.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.65%
GREEN value IS 28 (11.33% from 255) = 12.67%
BLUE value IS 112 (44.14% from 255) = 50.68%
R=36.65%
G=12.67%
B=50.68%

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
Decimal81281120.280.7500.56277.866027.45
Hex511C701C4B0381163c1b
Octal12134160341130704267433
Binary1010001111001110000111001001011011100010001011011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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