#512D6C

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

Shades of Blue Diamond #512D6C

Tints of Blue Diamond #512D6C

Color information

#512D6C (or 0x512D6C) is unknown color: approx Blue Diamond. HEX triplet: 51, 2D and 6C. RGB value is (81,45,108). Sum of RGB (Red+Green+Blue) = 81+45+108=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 108 - color contains mainly: blue. Hex color #512D6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512D6C is #AED293. Grayscale: #3E3E3E. Windows color (decimal): -11457172 or 7089489. OLE color: 7089489.

HSL color Cylindrical-coordinate representation of color #512D6C: hue angle of 274.29º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #512D6C is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8145108-
CMYK0.250.5800.58
HSL274.29º41.18%30%-
HSV(B)274.29º58.33%42.35%-
XYZ7.044.7114.73-
YUV62.95153.43140.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.62%
GREEN value IS 45 (17.97% from 255) = 19.23%
BLUE value IS 108 (42.58% from 255) = 46.15%
R=34.62%
G=19.23%
B=46.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81451080.250.5800.58274.2941.1830
Hex512D6C193A03A112291e
Octal1215515431720724225136
Binary1010001101101110110011001111010011101010001001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,45,108); }

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

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

 a { background-color: rgb(81,45,108); }

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

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

 span { border-color: rgb(81,45,108); }

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