#522771

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

Shades of Blue Diamond #522771

Tints of Blue Diamond #522771

Color information

#522771 (or 0x522771) is unknown color: approx Blue Diamond. HEX triplet: 52, 27 and 71. RGB value is (82,39,113). Sum of RGB (Red+Green+Blue) = 82+39+113=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #522771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522771 is #ADD88E. Grayscale: #3C3C3C. Windows color (decimal): -11393167 or 7415634. OLE color: 7415634.

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

Color convert

RGB8239113-
CMYK0.270.6500.56
HSL274.86º48.68%29.8%-
HSV(B)274.86º65.49%44.31%-
XYZ7.194.4416.1-
YUV60.29157.75143.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.04%
GREEN value IS 39 (15.62% from 255) = 16.67%
BLUE value IS 113 (44.53% from 255) = 48.29%
R=35.04%
G=16.67%
B=48.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82391130.270.6500.56274.8648.6829.8
Hex5227711B41038113311e
Octal12247161331010704236136
Binary10100101001111110001110111000001011100010001001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522771; }

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

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

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

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

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

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

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

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