#521873

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

Shades of Blue Diamond #521873

Tints of Blue Diamond #521873

Color information

#521873 (or 0x521873) is unknown color: approx Blue Diamond. HEX triplet: 52, 18 and 73. RGB value is (82,24,115). Sum of RGB (Red+Green+Blue) = 82+24+115=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #521873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521873 is #ADE78C. Grayscale: #333333. Windows color (decimal): -11397005 or 7542866. OLE color: 7542866.

HSL color Cylindrical-coordinate representation of color #521873: hue angle of 278.24º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #521873 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8224115-
CMYK0.290.7900.55
HSL278.24º65.47%27.25%-
HSV(B)278.24º79.13%45.1%-
XYZ6.93.6816.57-
YUV51.72163.72149.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.10%
GREEN value IS 24 (9.77% from 255) = 10.86%
BLUE value IS 115 (45.31% from 255) = 52.04%
R=37.10%
G=10.86%
B=52.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82241150.290.7900.55278.2465.4727.25
Hex5218731D4F037116411b
Octal122301633511706742610133
Binary10100101100011100111110110011110110111100010110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521873; }

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

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

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

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

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

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

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

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