#512C6E

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

Shades of Blue Diamond #512C6E

Tints of Blue Diamond #512C6E

Color information

#512C6E (or 0x512C6E) is unknown color: approx Blue Diamond. HEX triplet: 51, 2C and 6E. RGB value is (81,44,110). Sum of RGB (Red+Green+Blue) = 81+44+110=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 110 - color contains mainly: blue. Hex color #512C6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512C6E is #AED391. Grayscale: #3E3E3E. Windows color (decimal): -11457426 or 7220305. OLE color: 7220305.

HSL color Cylindrical-coordinate representation of color #512C6E: hue angle of 273.64º degrees, saturation: 0.43, 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 #512C6E is Cyan = 0.26, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8144110-
CMYK0.260.600.57
HSL273.64º42.86%30.2%-
HSV(B)273.64º60%43.14%-
XYZ7.114.6815.28-
YUV62.59154.76141.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.47%
GREEN value IS 44 (17.58% from 255) = 18.72%
BLUE value IS 110 (43.36% from 255) = 46.81%
R=34.47%
G=18.72%
B=46.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81441100.260.600.57273.6442.8630.2
Hex512C6E1A3C0391122b1e
Octal1215415632740714225336
Binary1010001101100110111011010111100011100110001001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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