#523A73

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

Shades of Blue Diamond #523A73

Tints of Blue Diamond #523A73

Color information

#523A73 (or 0x523A73) is unknown color: approx Blue Diamond. HEX triplet: 52, 3A and 73. RGB value is (82,58,115). Sum of RGB (Red+Green+Blue) = 82+58+115=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #523A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523A73 is #ADC58C. Grayscale: #474747. Windows color (decimal): -11388301 or 7551570. OLE color: 7551570.

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

Color convert

RGB8258115-
CMYK0.290.5000.55
HSL265.26º32.95%33.92%-
HSV(B)265.26º49.57%45.1%-
XYZ8.096.0616.96-
YUV71.67152.45135.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.16%
GREEN value IS 58 (23.05% from 255) = 22.75%
BLUE value IS 115 (45.31% from 255) = 45.10%
R=32.16%
G=22.75%
B=45.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82581150.290.5000.55265.2632.9533.92
Hex523A731D320371092122
Octal1227216335620674114142
Binary10100101110101110011111011100100110111100001001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523A73; }

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

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

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

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

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

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

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

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