#521C76

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

Shades of Blue Diamond #521C76

Tints of Blue Diamond #521C76

Color information

#521C76 (or 0x521C76) is unknown color: approx Blue Diamond. HEX triplet: 52, 1C and 76. RGB value is (82,28,118). Sum of RGB (Red+Green+Blue) = 82+28+118=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #521C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521C76 is #ADE389. Grayscale: #363636. Windows color (decimal): -11395978 or 7740498. OLE color: 7740498.

HSL color Cylindrical-coordinate representation of color #521C76: hue angle of 276º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #521C76 is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8228118-
CMYK0.310.7600.54
HSL276º61.64%28.63%-
HSV(B)276º76.27%46.27%-
XYZ7.163.9317.52-
YUV54.41163.89147.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.96%
GREEN value IS 28 (11.33% from 255) = 12.28%
BLUE value IS 118 (46.48% from 255) = 51.75%
R=35.96%
G=12.28%
B=51.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82281180.310.7600.5427661.6428.63
Hex521C761F4C0361143e1d
Octal12234166371140664247635
Binary1010010111001110110111111001100011011010001010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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