#522872

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

Shades of Blue Diamond #522872

Tints of Blue Diamond #522872

Color information

#522872 (or 0x522872) is unknown color: approx Blue Diamond. HEX triplet: 52, 28 and 72. RGB value is (82,40,114). Sum of RGB (Red+Green+Blue) = 82+40+114=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #522872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522872 is #ADD78D. Grayscale: #3C3C3C. Windows color (decimal): -11392910 or 7481426. OLE color: 7481426.

HSL color Cylindrical-coordinate representation of color #522872: hue angle of 274.05º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #522872 is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8240114-
CMYK0.280.6500.55
HSL274.05º48.05%30.2%-
HSV(B)274.05º64.91%44.71%-
XYZ7.284.5316.41-
YUV60.99157.91142.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.75%
GREEN value IS 40 (16.02% from 255) = 16.95%
BLUE value IS 114 (44.92% from 255) = 48.31%
R=34.75%
G=16.95%
B=48.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82401140.280.6500.55274.0548.0530.2
Hex5228721C41037112301e
Octal12250162341010674226036
Binary10100101010001110010111001000001011011110001001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522872; }

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

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

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

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

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

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

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

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