#513171

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

Shades of Blue Diamond #513171

Tints of Blue Diamond #513171

Color information

#513171 (or 0x513171) is unknown color: approx Blue Diamond. HEX triplet: 51, 31 and 71. RGB value is (81,49,113). Sum of RGB (Red+Green+Blue) = 81+49+113=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #513171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513171 is #AECE8E. Grayscale: #414141. Windows color (decimal): -11456143 or 7418193. OLE color: 7418193.

HSL color Cylindrical-coordinate representation of color #513171: hue angle of 270º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #513171 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8149113-
CMYK0.280.5700.56
HSL270º39.51%31.76%-
HSV(B)270º56.64%44.31%-
XYZ7.475.1416.22-
YUV65.86154.6138.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.33%
GREEN value IS 49 (19.53% from 255) = 20.16%
BLUE value IS 113 (44.53% from 255) = 46.50%
R=33.33%
G=20.16%
B=46.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81491130.280.5700.5627039.5131.76
Hex5131711C3903810e2820
Octal1216116134710704165040
Binary10100011100011110001111001110010111000100001110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513171; }

 p { color: rgb(81,49,113); }

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

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

 a { background-color: rgb(81,49,113); }

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

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

 span { border-color: rgb(81,49,113); }

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