#513179

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

Shades of Blue Diamond #513179

Tints of Blue Diamond #513179

Color information

#513179 (or 0x513179) is unknown color: approx Blue Diamond. HEX triplet: 51, 31 and 79. RGB value is (81,49,121). Sum of RGB (Red+Green+Blue) = 81+49+121=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 121 - color contains mainly: blue. Hex color #513179 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513179 is #AECE86. Grayscale: #424242. Windows color (decimal): -11456135 or 7942481. OLE color: 7942481.

HSL color Cylindrical-coordinate representation of color #513179: hue angle of 266.67º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #513179 is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8149121-
CMYK0.330.6000.53
HSL266.67º42.35%33.33%-
HSV(B)266.67º59.5%47.45%-
XYZ7.945.3318.7-
YUV66.78158.6138.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.27%
GREEN value IS 49 (19.53% from 255) = 19.52%
BLUE value IS 121 (47.66% from 255) = 48.21%
R=32.27%
G=19.52%
B=48.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81491210.330.6000.53266.6742.3533.33
Hex513179213C03510b2a21
Octal1216117141740654135241
Binary101000111000111110011000011111000110101100001011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513179; }

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

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

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

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

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

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

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

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