#521C71

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

Shades of Blue Diamond #521C71

Tints of Blue Diamond #521C71

Color information

#521C71 (or 0x521C71) is unknown color: approx Blue Diamond. HEX triplet: 52, 1C and 71. RGB value is (82,28,113). Sum of RGB (Red+Green+Blue) = 82+28+113=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #521C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521C71 is #ADE38E. Grayscale: #353535. Windows color (decimal): -11395983 or 7412818. OLE color: 7412818.

HSL color Cylindrical-coordinate representation of color #521C71: hue angle of 278.12º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #521C71 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8228113-
CMYK0.270.7500.56
HSL278.12º60.28%27.65%-
HSV(B)278.12º75.22%44.31%-
XYZ6.883.8216-
YUV53.84161.39148.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.77%
GREEN value IS 28 (11.33% from 255) = 12.56%
BLUE value IS 113 (44.53% from 255) = 50.67%
R=36.77%
G=12.56%
B=50.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82281130.270.7500.56278.1260.2827.65
Hex521C711B4B0381163c1c
Octal12234161331130704267434
Binary1010010111001110001110111001011011100010001011011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521C71; }

 p { color: rgb(82,28,113); }

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

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

 a { background-color: rgb(82,28,113); }

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

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

 span { border-color: rgb(82,28,113); }

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