#512E73

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

Shades of Blue Diamond #512E73

Tints of Blue Diamond #512E73

Color information

#512E73 (or 0x512E73) is unknown color: approx Blue Diamond. HEX triplet: 51, 2E and 73. RGB value is (81,46,115). Sum of RGB (Red+Green+Blue) = 81+46+115=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #512E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512E73 is #AED18C. Grayscale: #404040. Windows color (decimal): -11456909 or 7548497. OLE color: 7548497.

HSL color Cylindrical-coordinate representation of color #512E73: hue angle of 270.43º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #512E73 is Cyan = 0.30, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8146115-
CMYK0.300.600.55
HSL270.43º42.86%31.57%-
HSV(B)270.43º60%45.1%-
XYZ7.464.9416.78-
YUV64.33156.6139.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.47%
GREEN value IS 46 (18.36% from 255) = 19.01%
BLUE value IS 115 (45.31% from 255) = 47.52%
R=33.47%
G=19.01%
B=47.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81461150.300.600.55270.4342.8631.57
Hex512E731E3C03710e2b20
Octal1215616336740674165340
Binary10100011011101110011111101111000110111100001110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,46,115); }

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

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

 a { background-color: rgb(81,46,115); }

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

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

 span { border-color: rgb(81,46,115); }

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