#521D6F

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

Shades of Blue Diamond #521D6F

Tints of Blue Diamond #521D6F

Color information

#521D6F (or 0x521D6F) is unknown color: approx Blue Diamond. HEX triplet: 52, 1D and 6F. RGB value is (82,29,111). Sum of RGB (Red+Green+Blue) = 82+29+111=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #521D6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521D6F is #ADE290. Grayscale: #353535. Windows color (decimal): -11395729 or 7282002. OLE color: 7282002.

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

Color convert

RGB8229111-
CMYK0.260.7400.56
HSL278.78º58.57%27.45%-
HSV(B)278.78º73.87%43.53%-
XYZ6.793.8215.42-
YUV54.19160.06147.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.94%
GREEN value IS 29 (11.72% from 255) = 13.06%
BLUE value IS 111 (43.75% from 255) = 50%
R=36.94%
G=13.06%
B=50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82291110.260.7400.56278.7858.5727.45
Hex521D6F1A4A0381173b1b
Octal12235157321120704277333
Binary1010010111011101111110101001010011100010001011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,29,111); }

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

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

 a { background-color: rgb(82,29,111); }

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

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

 span { border-color: rgb(82,29,111); }

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