#522976

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

Shades of Blue Diamond #522976

Tints of Blue Diamond #522976

Color information

#522976 (or 0x522976) is unknown color: approx Blue Diamond. HEX triplet: 52, 29 and 76. RGB value is (82,41,118). Sum of RGB (Red+Green+Blue) = 82+41+118=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #522976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522976 is #ADD689. Grayscale: #3D3D3D. Windows color (decimal): -11392650 or 7743826. OLE color: 7743826.

HSL color Cylindrical-coordinate representation of color #522976: hue angle of 271.95º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #522976 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8241118-
CMYK0.310.6500.54
HSL271.95º48.43%31.18%-
HSV(B)271.95º65.25%46.27%-
XYZ7.544.6917.65-
YUV62.04159.58142.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.02%
GREEN value IS 41 (16.41% from 255) = 17.01%
BLUE value IS 118 (46.48% from 255) = 48.96%
R=34.02%
G=17.01%
B=48.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82411180.310.6500.54271.9548.4331.18
Hex5229761F41036110301f
Octal12251166371010664206037
Binary10100101010011110110111111000001011011010001000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522976; }

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

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

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

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

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

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

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

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