#522970

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

Shades of Blue Diamond #522970

Tints of Blue Diamond #522970

Color information

#522970 (or 0x522970) is unknown color: approx Blue Diamond. HEX triplet: 52, 29 and 70. RGB value is (82,41,112). Sum of RGB (Red+Green+Blue) = 82+41+112=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #522970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522970 is #ADD68F. Grayscale: #3D3D3D. Windows color (decimal): -11392656 or 7350610. OLE color: 7350610.

HSL color Cylindrical-coordinate representation of color #522970: hue angle of 274.65º 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 #522970 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8241112-
CMYK0.270.6300.56
HSL274.65º46.41%30%-
HSV(B)274.65º63.39%43.92%-
XYZ7.24.5515.83-
YUV61.35156.58142.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.89%
GREEN value IS 41 (16.41% from 255) = 17.45%
BLUE value IS 112 (44.14% from 255) = 47.66%
R=34.89%
G=17.45%
B=47.66%

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
Decimal82411120.270.6300.56274.6546.4130
Hex5229701B3F0381132e1e
Octal1225116033770704235636
Binary1010010101001111000011011111111011100010001001110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522970; }

 p { color: rgb(82,41,112); }

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

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

 a { background-color: rgb(82,41,112); }

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

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

 span { border-color: rgb(82,41,112); }

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