#512E77

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

Shades of Blue Diamond #512E77

Tints of Blue Diamond #512E77

Color information

#512E77 (or 0x512E77) is unknown color: approx Blue Diamond. HEX triplet: 51, 2E and 77. RGB value is (81,46,119). Sum of RGB (Red+Green+Blue) = 81+46+119=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 46 (18.36% from 255 or 18.70% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 119 - color contains mainly: blue. Hex color #512E77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512E77 is #AED188. Grayscale: #404040. Windows color (decimal): -11456905 or 7810641. OLE color: 7810641.

HSL color Cylindrical-coordinate representation of color #512E77: hue angle of 268.77º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #512E77 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8146119-
CMYK0.320.6100.53
HSL268.77º44.24%32.35%-
HSV(B)268.77º61.34%46.67%-
XYZ7.75.0418.02-
YUV64.79158.6139.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.93%
GREEN value IS 46 (18.36% from 255) = 18.70%
BLUE value IS 119 (46.88% from 255) = 48.37%
R=32.93%
G=18.70%
B=48.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81461190.320.6100.53268.7744.2432.35
Hex512E77203D03510d2c20
Octal1215616740750654155440
Binary101000110111011101111000001111010110101100001101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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