#522078

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

Shades of Blue Diamond #522078

Tints of Blue Diamond #522078

Color information

#522078 (or 0x522078) is unknown color: approx Blue Diamond. HEX triplet: 52, 20 and 78. RGB value is (82,32,120). Sum of RGB (Red+Green+Blue) = 82+32+120=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #522078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522078 is #ADDF87. Grayscale: #383838. Windows color (decimal): -11394952 or 7872594. OLE color: 7872594.

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

Color convert

RGB8232120-
CMYK0.320.7300.53
HSL274.09º57.89%29.8%-
HSV(B)274.09º73.33%47.06%-
XYZ7.394.1818.19-
YUV56.98163.56145.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.04%
GREEN value IS 32 (12.89% from 255) = 13.68%
BLUE value IS 120 (47.27% from 255) = 51.28%
R=35.04%
G=13.68%
B=51.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82321200.320.7300.53274.0957.8929.8
Hex52207820490351123a1e
Octal12240170401110654227236
Binary101001010000011110001000001001001011010110001001011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522078; }

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

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

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

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

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

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

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

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