#523373

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

Shades of Blue Diamond #523373

Tints of Blue Diamond #523373

Color information

#523373 (or 0x523373) is unknown color: approx Blue Diamond. HEX triplet: 52, 33 and 73. RGB value is (82,51,115). Sum of RGB (Red+Green+Blue) = 82+51+115=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #523373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523373 is #ADCC8C. Grayscale: #434343. Windows color (decimal): -11390093 or 7549778. OLE color: 7549778.

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

Color convert

RGB8251115-
CMYK0.290.5600.55
HSL269.06º38.55%32.55%-
HSV(B)269.06º55.65%45.1%-
XYZ7.765.416.85-
YUV67.56154.77138.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.06%
GREEN value IS 51 (20.31% from 255) = 20.56%
BLUE value IS 115 (45.31% from 255) = 46.37%
R=33.06%
G=20.56%
B=46.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82511150.290.5600.55269.0638.5532.55
Hex5233731D3803710d2721
Octal1226316335700674154741
Binary10100101100111110011111011110000110111100001101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523373; }

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

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

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

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

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

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

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

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