#512C6D

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

Shades of Blue Diamond #512C6D

Tints of Blue Diamond #512C6D

Color information

#512C6D (or 0x512C6D) is unknown color: approx Blue Diamond. HEX triplet: 51, 2C and 6D. RGB value is (81,44,109). Sum of RGB (Red+Green+Blue) = 81+44+109=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: blue. Hex color #512C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512C6D is #AED392. Grayscale: #3E3E3E. Windows color (decimal): -11457427 or 7154769. OLE color: 7154769.

HSL color Cylindrical-coordinate representation of color #512C6D: hue angle of 274.15º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #512C6D is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8144109-
CMYK0.260.6000.57
HSL274.15º42.48%30%-
HSV(B)274.15º59.63%42.75%-
XYZ7.054.6514.99-
YUV62.47154.26141.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.62%
GREEN value IS 44 (17.58% from 255) = 18.80%
BLUE value IS 109 (42.97% from 255) = 46.58%
R=34.62%
G=18.80%
B=46.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81441090.260.6000.57274.1542.4830
Hex512C6D1A3C0391122a1e
Octal1215415532740714225236
Binary1010001101100110110111010111100011100110001001010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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