#523271

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

Shades of Blue Diamond #523271

Tints of Blue Diamond #523271

Color information

#523271 (or 0x523271) is unknown color: approx Blue Diamond. HEX triplet: 52, 32 and 71. RGB value is (82,50,113). Sum of RGB (Red+Green+Blue) = 82+50+113=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #523271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523271 is #ADCD8E. Grayscale: #424242. Windows color (decimal): -11390351 or 7418450. OLE color: 7418450.

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

Color convert

RGB8250113-
CMYK0.270.5600.56
HSL270.48º38.65%31.96%-
HSV(B)270.48º55.75%44.31%-
XYZ7.65.2716.24-
YUV66.75154.1138.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.47%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 113 (44.53% from 255) = 46.12%
R=33.47%
G=20.41%
B=46.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82501130.270.5600.56270.4838.6531.96
Hex5232711B3803810e2720
Octal1226216133700704164740
Binary10100101100101110001110111110000111000100001110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523271; }

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

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

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

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

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

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

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

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