#522B78

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

Shades of Blue Diamond #522B78

Tints of Blue Diamond #522B78

Color information

#522B78 (or 0x522B78) is unknown color: approx Blue Diamond. HEX triplet: 52, 2B and 78. RGB value is (82,43,120). Sum of RGB (Red+Green+Blue) = 82+43+120=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #522B78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522B78 is #ADD487. Grayscale: #3F3F3F. Windows color (decimal): -11392136 or 7875410. OLE color: 7875410.

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

Color convert

RGB8243120-
CMYK0.320.6400.53
HSL270.39º47.24%31.96%-
HSV(B)270.39º64.17%47.06%-
XYZ7.734.8818.3-
YUV63.44159.92141.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.47%
GREEN value IS 43 (17.19% from 255) = 17.55%
BLUE value IS 120 (47.27% from 255) = 48.98%
R=33.47%
G=17.55%
B=48.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82431200.320.6400.53270.3947.2431.96
Hex522B78204003510e2f20
Octal12253170401000654165740
Binary1010010101011111100010000010000000110101100001110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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