#521973

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

Shades of Blue Diamond #521973

Tints of Blue Diamond #521973

Color information

#521973 (or 0x521973) is unknown color: approx Blue Diamond. HEX triplet: 52, 19 and 73. RGB value is (82,25,115). Sum of RGB (Red+Green+Blue) = 82+25+115=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #521973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521973 is #ADE68C. Grayscale: #333333. Windows color (decimal): -11396749 or 7543122. OLE color: 7543122.

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

Color convert

RGB8225115-
CMYK0.290.7800.55
HSL278º64.29%27.45%-
HSV(B)278º78.26%45.1%-
XYZ6.923.7316.57-
YUV52.3163.38149.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.94%
GREEN value IS 25 (10.16% from 255) = 11.26%
BLUE value IS 115 (45.31% from 255) = 51.80%
R=36.94%
G=11.26%
B=51.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82251150.290.7800.5527864.2927.45
Hex5219731D4E037116401b
Octal122311633511606742610033
Binary10100101100111100111110110011100110111100010110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521973; }

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

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

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

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

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

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

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

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