#522A71

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

Shades of Blue Diamond #522A71

Tints of Blue Diamond #522A71

Color information

#522A71 (or 0x522A71) is unknown color: approx Blue Diamond. HEX triplet: 52, 2A and 71. RGB value is (82,42,113). Sum of RGB (Red+Green+Blue) = 82+42+113=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #522A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522A71 is #ADD58E. Grayscale: #3D3D3D. Windows color (decimal): -11392399 or 7416402. OLE color: 7416402.

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

Color convert

RGB8242113-
CMYK0.270.6300.56
HSL273.8º45.81%30.39%-
HSV(B)273.8º62.83%44.31%-
XYZ7.294.6416.13-
YUV62.05156.75142.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.60%
GREEN value IS 42 (16.80% from 255) = 17.72%
BLUE value IS 113 (44.53% from 255) = 47.68%
R=34.60%
G=17.72%
B=47.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82421130.270.6300.56273.845.8130.39
Hex522A711B3F0381122e1e
Octal1225216133770704225636
Binary1010010101010111000111011111111011100010001001010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522A71; }

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

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

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

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

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

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

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

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