#513169

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

Shades of Blue Diamond #513169

Tints of Blue Diamond #513169

Color information

#513169 (or 0x513169) is unknown color: approx Blue Diamond. HEX triplet: 51, 31 and 69. RGB value is (81,49,105). Sum of RGB (Red+Green+Blue) = 81+49+105=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 105 - color contains mainly: blue. Hex color #513169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513169 is #AECE96. Grayscale: #404040. Windows color (decimal): -11456151 or 6893905. OLE color: 6893905.

HSL color Cylindrical-coordinate representation of color #513169: hue angle of 274.29º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #513169 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8149105-
CMYK0.230.5300.59
HSL274.29º36.36%30.2%-
HSV(B)274.29º53.33%41.18%-
XYZ7.044.9713.95-
YUV64.95150.6139.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.47%
GREEN value IS 49 (19.53% from 255) = 20.85%
BLUE value IS 105 (41.41% from 255) = 44.68%
R=34.47%
G=20.85%
B=44.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81491050.230.5300.59274.2936.3630.2
Hex513169173503B112241e
Octal1216115127650734224436
Binary1010001110001110100110111110101011101110001001010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513169; }

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

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

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

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

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

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

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

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