#521E71

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

Shades of Blue Diamond #521E71

Tints of Blue Diamond #521E71

Color information

#521E71 (or 0x521E71) is unknown color: approx Blue Diamond. HEX triplet: 52, 1E and 71. RGB value is (82,30,113). Sum of RGB (Red+Green+Blue) = 82+30+113=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #521E71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521E71 is #ADE18E. Grayscale: #363636. Windows color (decimal): -11395471 or 7413330. OLE color: 7413330.

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

Color convert

RGB8230113-
CMYK0.270.7300.56
HSL277.59º58.04%28.04%-
HSV(B)277.59º73.45%44.31%-
XYZ6.923.9116.01-
YUV55.01160.73147.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.44%
GREEN value IS 30 (12.11% from 255) = 13.33%
BLUE value IS 113 (44.53% from 255) = 50.22%
R=36.44%
G=13.33%
B=50.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82301130.270.7300.56277.5958.0428.04
Hex521E711B490381163a1c
Octal12236161331110704267234
Binary1010010111101110001110111001001011100010001011011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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