#522079

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

Shades of Blue Diamond #522079

Tints of Blue Diamond #522079

Color information

#522079 (or 0x522079) is unknown color: approx Blue Diamond. HEX triplet: 52, 20 and 79. RGB value is (82,32,121). Sum of RGB (Red+Green+Blue) = 82+32+121=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #522079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522079 is #ADDF86. Grayscale: #383838. Windows color (decimal): -11394951 or 7938130. OLE color: 7938130.

HSL color Cylindrical-coordinate representation of color #522079: hue angle of 273.71º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #522079 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8232121-
CMYK0.320.7400.53
HSL273.71º58.17%30%-
HSV(B)273.71º73.55%47.45%-
XYZ7.454.2118.51-
YUV57.1164.06145.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.89%
GREEN value IS 32 (12.89% from 255) = 13.62%
BLUE value IS 121 (47.66% from 255) = 51.49%
R=34.89%
G=13.62%
B=51.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82321210.320.7400.53273.7158.1730
Hex522079204A0351123a1e
Octal12240171401120654227236
Binary101001010000011110011000001001010011010110001001011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522079; }

 p { color: rgb(82,32,121); }

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

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

 a { background-color: rgb(82,32,121); }

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

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

 span { border-color: rgb(82,32,121); }

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