#523771

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

Shades of Blue Diamond #523771

Tints of Blue Diamond #523771

Color information

#523771 (or 0x523771) is unknown color: approx Blue Diamond. HEX triplet: 52, 37 and 71. RGB value is (82,55,113). Sum of RGB (Red+Green+Blue) = 82+55+113=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #523771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523771 is #ADC88E. Grayscale: #454545. Windows color (decimal): -11389071 or 7419730. OLE color: 7419730.

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

Color convert

RGB8255113-
CMYK0.270.5100.56
HSL267.93º34.52%32.94%-
HSV(B)267.93º51.33%44.31%-
XYZ7.835.7216.31-
YUV69.68152.45136.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.8%
GREEN value IS 55 (21.88% from 255) = 22%
BLUE value IS 113 (44.53% from 255) = 45.2%
R=32.8%
G=22%
B=45.2%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82551130.270.5100.56267.9334.5232.94
Hex5237711B3303810c2321
Octal1226716133630704144341
Binary10100101101111110001110111100110111000100001100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523771; }

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

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

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

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

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

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

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

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