#522877

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

Shades of Blue Diamond #522877

Tints of Blue Diamond #522877

Color information

#522877 (or 0x522877) is unknown color: approx Blue Diamond. HEX triplet: 52, 28 and 77. RGB value is (82,40,119). Sum of RGB (Red+Green+Blue) = 82+40+119=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #522877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522877 is #ADD788. Grayscale: #3D3D3D. Windows color (decimal): -11392905 or 7809106. OLE color: 7809106.

HSL color Cylindrical-coordinate representation of color #522877: hue angle of 271.9º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #522877 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8240119-
CMYK0.310.6600.53
HSL271.9º49.69%31.18%-
HSV(B)271.9º66.39%46.67%-
XYZ7.574.6417.95-
YUV61.56160.41142.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.02%
GREEN value IS 40 (16.02% from 255) = 16.60%
BLUE value IS 119 (46.88% from 255) = 49.38%
R=34.02%
G=16.60%
B=49.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82401190.310.6600.53271.949.6931.18
Hex5228771F42035110321f
Octal12250167371020654206237
Binary10100101010001110111111111000010011010110001000011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522877; }

 p { color: rgb(82,40,119); }

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

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

 a { background-color: rgb(82,40,119); }

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

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

 span { border-color: rgb(82,40,119); }

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