#513076

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

Shades of Blue Diamond #513076

Tints of Blue Diamond #513076

Color information

#513076 (or 0x513076) is unknown color: approx Blue Diamond. HEX triplet: 51, 30 and 76. RGB value is (81,48,118). Sum of RGB (Red+Green+Blue) = 81+48+118=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #513076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513076 is #AECF89. Grayscale: #414141. Windows color (decimal): -11456394 or 7745617. OLE color: 7745617.

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

Color convert

RGB8148118-
CMYK0.310.5900.54
HSL268.29º42.17%32.55%-
HSV(B)268.29º59.32%46.27%-
XYZ7.725.1717.73-
YUV65.85157.43138.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.79%
GREEN value IS 48 (19.14% from 255) = 19.43%
BLUE value IS 118 (46.48% from 255) = 47.77%
R=32.79%
G=19.43%
B=47.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81481180.310.5900.54268.2942.1732.55
Hex5130761F3B03610c2a21
Octal1216016637730664145241
Binary10100011100001110110111111110110110110100001100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513076; }

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

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

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

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

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

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

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

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