#522C73

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

Shades of Blue Diamond #522C73

Tints of Blue Diamond #522C73

Color information

#522C73 (or 0x522C73) is unknown color: approx Blue Diamond. HEX triplet: 52, 2C and 73. RGB value is (82,44,115). Sum of RGB (Red+Green+Blue) = 82+44+115=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #522C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522C73 is #ADD38C. Grayscale: #3F3F3F. Windows color (decimal): -11391885 or 7547986. OLE color: 7547986.

HSL color Cylindrical-coordinate representation of color #522C73: hue angle of 272.11º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #522C73 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8244115-
CMYK0.290.6200.55
HSL272.11º44.65%31.18%-
HSV(B)272.11º61.74%45.1%-
XYZ7.474.8316.76-
YUV63.46157.09141.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.02%
GREEN value IS 44 (17.58% from 255) = 18.26%
BLUE value IS 115 (45.31% from 255) = 47.72%
R=34.02%
G=18.26%
B=47.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82441150.290.6200.55272.1144.6531.18
Hex522C731D3E0371102d1f
Octal1225416335760674205537
Binary1010010101100111001111101111110011011110001000010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,44,115); }

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

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

 a { background-color: rgb(82,44,115); }

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

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

 span { border-color: rgb(82,44,115); }

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