#513576

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

Shades of Blue Diamond #513576

Tints of Blue Diamond #513576

Color information

#513576 (or 0x513576) is unknown color: approx Blue Diamond. HEX triplet: 51, 35 and 76. RGB value is (81,53,118). Sum of RGB (Red+Green+Blue) = 81+53+118=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #513576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513576 is #AECA89. Grayscale: #444444. Windows color (decimal): -11455114 or 7746897. OLE color: 7746897.

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

Color convert

RGB8153118-
CMYK0.310.5500.54
HSL265.85º38.01%33.53%-
HSV(B)265.85º55.08%46.27%-
XYZ7.945.617.8-
YUV68.78155.78136.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.14%
GREEN value IS 53 (21.09% from 255) = 21.03%
BLUE value IS 118 (46.48% from 255) = 46.83%
R=32.14%
G=21.03%
B=46.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81531180.310.5500.54265.8538.0133.53
Hex5135761F3703610a2622
Octal1216516637670664124642
Binary10100011101011110110111111101110110110100001010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513576; }

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

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

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

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

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

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

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

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