#512C72

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

Shades of Blue Diamond #512C72

Tints of Blue Diamond #512C72

Color information

#512C72 (or 0x512C72) is unknown color: approx Blue Diamond. HEX triplet: 51, 2C and 72. RGB value is (81,44,114). Sum of RGB (Red+Green+Blue) = 81+44+114=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 114 - color contains mainly: blue. Hex color #512C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512C72 is #AED38D. Grayscale: #3E3E3E. Windows color (decimal): -11457422 or 7482449. OLE color: 7482449.

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

Color convert

RGB8144114-
CMYK0.290.6100.55
HSL271.71º44.3%30.98%-
HSV(B)271.71º61.4%44.71%-
XYZ7.334.7716.45-
YUV63.04156.76140.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.89%
GREEN value IS 44 (17.58% from 255) = 18.41%
BLUE value IS 114 (44.92% from 255) = 47.70%
R=33.89%
G=18.41%
B=47.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81441140.290.6100.55271.7144.330.98
Hex512C721D3D0371102c1f
Octal1215416235750674205437
Binary1010001101100111001011101111101011011110001000010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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