#523273

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

Shades of Blue Diamond #523273

Tints of Blue Diamond #523273

Color information

#523273 (or 0x523273) is unknown color: approx Blue Diamond. HEX triplet: 52, 32 and 73. RGB value is (82,50,115). Sum of RGB (Red+Green+Blue) = 82+50+115=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #523273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523273 is #ADCD8C. Grayscale: #424242. Windows color (decimal): -11390349 or 7549522. OLE color: 7549522.

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

Color convert

RGB8250115-
CMYK0.290.5700.55
HSL269.54º39.39%32.35%-
HSV(B)269.54º56.52%45.1%-
XYZ7.715.3116.84-
YUV66.98155.1138.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.20%
GREEN value IS 50 (19.92% from 255) = 20.24%
BLUE value IS 115 (45.31% from 255) = 46.56%
R=33.20%
G=20.24%
B=46.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82501150.290.5700.55269.5439.3932.35
Hex5232731D3903710e2720
Octal1226216335710674164740
Binary10100101100101110011111011110010110111100001110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523273; }

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

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

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

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

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

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

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

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