#512776

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

Shades of Blue Diamond #512776

Tints of Blue Diamond #512776

Color information

#512776 (or 0x512776) is unknown color: approx Blue Diamond. HEX triplet: 51, 27 and 76. RGB value is (81,39,118). Sum of RGB (Red+Green+Blue) = 81+39+118=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #512776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512776 is #AED889. Grayscale: #3C3C3C. Windows color (decimal): -11458698 or 7743313. OLE color: 7743313.

HSL color Cylindrical-coordinate representation of color #512776: hue angle of 271.9º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #512776 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8139118-
CMYK0.310.6700.54
HSL271.9º50.32%30.78%-
HSV(B)271.9º66.95%46.27%-
XYZ7.394.5117.62-
YUV60.56160.41142.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.03%
GREEN value IS 39 (15.62% from 255) = 16.39%
BLUE value IS 118 (46.48% from 255) = 49.58%
R=34.03%
G=16.39%
B=49.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81391180.310.6700.54271.950.3230.78
Hex5127761F43036110321f
Octal12147166371030664206237
Binary10100011001111110110111111000011011011010001000011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512776; }

 p { color: rgb(81,39,118); }

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

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

 a { background-color: rgb(81,39,118); }

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

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

 span { border-color: rgb(81,39,118); }

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