#513876

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

Shades of Blue Diamond #513876

Tints of Blue Diamond #513876

Color information

#513876 (or 0x513876) is unknown color: approx Blue Diamond. HEX triplet: 51, 38 and 76. RGB value is (81,56,118). Sum of RGB (Red+Green+Blue) = 81+56+118=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #513876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513876 is #AEC789. Grayscale: #464646. Windows color (decimal): -11454346 or 7747665. OLE color: 7747665.

HSL color Cylindrical-coordinate representation of color #513876: hue angle of 264.19º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #513876 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8156118-
CMYK0.310.5300.54
HSL264.19º35.63%34.12%-
HSV(B)264.19º52.54%46.27%-
XYZ8.085.8917.85-
YUV70.54154.78135.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.76%
GREEN value IS 56 (22.27% from 255) = 21.96%
BLUE value IS 118 (46.48% from 255) = 46.27%
R=31.76%
G=21.96%
B=46.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81561180.310.5300.54264.1935.6334.12
Hex5138761F350361082422
Octal1217016637650664104442
Binary10100011110001110110111111101010110110100001000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513876; }

 p { color: rgb(81,56,118); }

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

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

 a { background-color: rgb(81,56,118); }

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

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

 span { border-color: rgb(81,56,118); }

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