#521876

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

Shades of Blue Diamond #521876

Tints of Blue Diamond #521876

Color information

#521876 (or 0x521876) is unknown color: approx Blue Diamond. HEX triplet: 52, 18 and 76. RGB value is (82,24,118). Sum of RGB (Red+Green+Blue) = 82+24+118=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #521876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521876 is #ADE789. Grayscale: #333333. Windows color (decimal): -11397002 or 7739474. OLE color: 7739474.

HSL color Cylindrical-coordinate representation of color #521876: hue angle of 277.02º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521876 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8224118-
CMYK0.310.8000.54
HSL277.02º66.2%27.84%-
HSV(B)277.02º79.66%46.27%-
XYZ7.083.7617.49-
YUV52.06165.22149.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.61%
GREEN value IS 24 (9.77% from 255) = 10.71%
BLUE value IS 118 (46.48% from 255) = 52.68%
R=36.61%
G=10.71%
B=52.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82241180.310.8000.54277.0266.227.84
Hex5218761F50036115421c
Octal122301663712006642510234
Binary10100101100011101101111110100000110110100010101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521876; }

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

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

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

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

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

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

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

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