#522A6A

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

Shades of Blue Diamond #522A6A

Tints of Blue Diamond #522A6A

Color information

#522A6A (or 0x522A6A) is unknown color: approx Blue Diamond. HEX triplet: 52, 2A and 6A. RGB value is (82,42,106). Sum of RGB (Red+Green+Blue) = 82+42+106=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 106 (41.80% from 255 or 46.09% from 230); Max value from RGB is 106 - color contains mainly: blue. Hex color #522A6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522A6A is #ADD595. Grayscale: #3D3D3D. Windows color (decimal): -11392406 or 6957650. OLE color: 6957650.

HSL color Cylindrical-coordinate representation of color #522A6A: hue angle of 277.5º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #522A6A is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8242106-
CMYK0.230.6000.58
HSL277.5º43.24%29.02%-
HSV(B)277.5º60.38%41.57%-
XYZ6.914.4914.14-
YUV61.26153.25142.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.65%
GREEN value IS 42 (16.80% from 255) = 18.26%
BLUE value IS 106 (41.80% from 255) = 46.09%
R=35.65%
G=18.26%
B=46.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82421060.230.6000.58277.543.2429.02
Hex522A6A173C03A1162b1d
Octal1225215227740724265335
Binary1010010101010110101010111111100011101010001011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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