#512877

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

Shades of Blue Diamond #512877

Tints of Blue Diamond #512877

Color information

#512877 (or 0x512877) is unknown color: approx Blue Diamond. HEX triplet: 51, 28 and 77. RGB value is (81,40,119). Sum of RGB (Red+Green+Blue) = 81+40+119=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #512877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512877 is #AED788. Grayscale: #3C3C3C. Windows color (decimal): -11458441 or 7809105. OLE color: 7809105.

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

Color convert

RGB8140119-
CMYK0.320.6600.53
HSL271.14º49.69%31.18%-
HSV(B)271.14º66.39%46.67%-
XYZ7.484.617.95-
YUV61.26160.58142.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.75%
GREEN value IS 40 (16.02% from 255) = 16.67%
BLUE value IS 119 (46.88% from 255) = 49.58%
R=33.75%
G=16.67%
B=49.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81401190.320.6600.53271.1449.6931.18
Hex512877204203510f321f
Octal12150167401020654176237
Binary101000110100011101111000001000010011010110000111111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512877; }

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

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

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

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

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

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

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

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