#512C79

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

Shades of Blue Diamond #512C79

Tints of Blue Diamond #512C79

Color information

#512C79 (or 0x512C79) is unknown color: approx Blue Diamond. HEX triplet: 51, 2C and 79. RGB value is (81,44,121). Sum of RGB (Red+Green+Blue) = 81+44+121=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #512C79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512C79 is #AED386. Grayscale: #3F3F3F. Windows color (decimal): -11457415 or 7941201. OLE color: 7941201.

HSL color Cylindrical-coordinate representation of color #512C79: hue angle of 268.83º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #512C79 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8144121-
CMYK0.330.6400.53
HSL268.83º46.67%32.35%-
HSV(B)268.83º63.64%47.45%-
XYZ7.754.9318.63-
YUV63.84160.26140.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.93%
GREEN value IS 44 (17.58% from 255) = 17.89%
BLUE value IS 121 (47.66% from 255) = 49.19%
R=32.93%
G=17.89%
B=49.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81441210.330.6400.53268.8346.6732.35
Hex512C79214003510d2f20
Octal12154171411000654155740
Binary1010001101100111100110000110000000110101100001101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,44,121); }

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

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

 a { background-color: rgb(81,44,121); }

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

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

 span { border-color: rgb(81,44,121); }

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