#523573

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

Shades of Blue Diamond #523573

Tints of Blue Diamond #523573

Color information

#523573 (or 0x523573) is unknown color: approx Blue Diamond. HEX triplet: 52, 35 and 73. RGB value is (82,53,115). Sum of RGB (Red+Green+Blue) = 82+53+115=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #523573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523573 is #ADCA8C. Grayscale: #444444. Windows color (decimal): -11389581 or 7550290. OLE color: 7550290.

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

Color convert

RGB8253115-
CMYK0.290.5400.55
HSL268.06º36.9%32.94%-
HSV(B)268.06º53.91%45.1%-
XYZ7.855.5816.88-
YUV68.74154.11137.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.8%
GREEN value IS 53 (21.09% from 255) = 21.2%
BLUE value IS 115 (45.31% from 255) = 46%
R=32.8%
G=21.2%
B=46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82531150.290.5400.55268.0636.932.94
Hex5235731D3603710c2521
Octal1226516335660674144541
Binary10100101101011110011111011101100110111100001100100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523573; }

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

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

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

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

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

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

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

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