#523171

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

Shades of Blue Diamond #523171

Tints of Blue Diamond #523171

Color information

#523171 (or 0x523171) is unknown color: approx Blue Diamond. HEX triplet: 52, 31 and 71. RGB value is (82,49,113). Sum of RGB (Red+Green+Blue) = 82+49+113=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #523171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523171 is #ADCE8E. Grayscale: #414141. Windows color (decimal): -11390607 or 7418194. OLE color: 7418194.

HSL color Cylindrical-coordinate representation of color #523171: hue angle of 270.94º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #523171 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8249113-
CMYK0.270.5700.56
HSL270.94º39.51%31.76%-
HSV(B)270.94º56.64%44.31%-
XYZ7.565.1816.22-
YUV66.16154.43139.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.61%
GREEN value IS 49 (19.53% from 255) = 20.08%
BLUE value IS 113 (44.53% from 255) = 46.31%
R=33.61%
G=20.08%
B=46.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82491130.270.5700.56270.9439.5131.76
Hex5231711B3903810f2820
Octal1226116133710704175040
Binary10100101100011110001110111110010111000100001111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523171; }

 p { color: rgb(82,49,113); }

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

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

 a { background-color: rgb(82,49,113); }

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

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

 span { border-color: rgb(82,49,113); }

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