#513771

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

Shades of Blue Diamond #513771

Tints of Blue Diamond #513771

Color information

#513771 (or 0x513771) is unknown color: approx Blue Diamond. HEX triplet: 51, 37 and 71. RGB value is (81,55,113). Sum of RGB (Red+Green+Blue) = 81+55+113=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 113 - color contains mainly: blue. Hex color #513771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513771 is #AEC88E. Grayscale: #454545. Windows color (decimal): -11454607 or 7419729. OLE color: 7419729.

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

Color convert

RGB8155113-
CMYK0.280.5100.56
HSL266.9º34.52%32.94%-
HSV(B)266.9º51.33%44.31%-
XYZ7.745.6716.31-
YUV69.39152.61136.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.53%
GREEN value IS 55 (21.88% from 255) = 22.09%
BLUE value IS 113 (44.53% from 255) = 45.38%
R=32.53%
G=22.09%
B=45.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81551130.280.5100.56266.934.5232.94
Hex5137711C3303810b2321
Octal1216716134630704134341
Binary10100011101111110001111001100110111000100001011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513771; }

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

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

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

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

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

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

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

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