#512E72

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

Shades of Blue Diamond #512E72

Tints of Blue Diamond #512E72

Color information

#512E72 (or 0x512E72) is unknown color: approx Blue Diamond. HEX triplet: 51, 2E and 72. RGB value is (81,46,114). Sum of RGB (Red+Green+Blue) = 81+46+114=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #512E72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512E72 is #AED18D. Grayscale: #3F3F3F. Windows color (decimal): -11456910 or 7482961. OLE color: 7482961.

HSL color Cylindrical-coordinate representation of color #512E72: hue angle of 270.88º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #512E72 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8146114-
CMYK0.290.6000.55
HSL270.88º42.5%31.37%-
HSV(B)270.88º59.65%44.71%-
XYZ7.414.9216.48-
YUV64.22156.1139.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.61%
GREEN value IS 46 (18.36% from 255) = 19.09%
BLUE value IS 114 (44.92% from 255) = 47.30%
R=33.61%
G=19.09%
B=47.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81461140.290.6000.55270.8842.531.37
Hex512E721D3C03710f2a1f
Octal1215616235740674175237
Binary1010001101110111001011101111100011011110000111110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512E72; }

 p { color: rgb(81,46,114); }

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

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

 a { background-color: rgb(81,46,114); }

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

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

 span { border-color: rgb(81,46,114); }

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