#521872

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

Shades of Blue Diamond #521872

Tints of Blue Diamond #521872

Color information

#521872 (or 0x521872) is unknown color: approx Blue Diamond. HEX triplet: 52, 18 and 72. RGB value is (82,24,114). Sum of RGB (Red+Green+Blue) = 82+24+114=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #521872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521872 is #ADE78D. Grayscale: #333333. Windows color (decimal): -11397006 or 7477330. OLE color: 7477330.

HSL color Cylindrical-coordinate representation of color #521872: hue angle of 278.67º 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 #521872 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8224114-
CMYK0.280.7900.55
HSL278.67º65.22%27.06%-
HSV(B)278.67º78.95%44.71%-
XYZ6.843.6616.27-
YUV51.6163.22149.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.27%
GREEN value IS 24 (9.77% from 255) = 10.91%
BLUE value IS 114 (44.92% from 255) = 51.82%
R=37.27%
G=10.91%
B=51.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82241140.280.7900.55278.6765.2227.06
Hex5218721C4F037117411b
Octal122301623411706742710133
Binary10100101100011100101110010011110110111100010111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521872; }

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

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

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

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

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

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

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

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