#523272

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

Shades of Blue Diamond #523272

Tints of Blue Diamond #523272

Color information

#523272 (or 0x523272) is unknown color: approx Blue Diamond. HEX triplet: 52, 32 and 72. RGB value is (82,50,114). Sum of RGB (Red+Green+Blue) = 82+50+114=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #523272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523272 is #ADCD8D. Grayscale: #424242. Windows color (decimal): -11390350 or 7483986. OLE color: 7483986.

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

Color convert

RGB8250114-
CMYK0.280.5600.55
HSL270º39.02%32.16%-
HSV(B)270º56.14%44.71%-
XYZ7.665.2916.54-
YUV66.86154.6138.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.33%
GREEN value IS 50 (19.92% from 255) = 20.33%
BLUE value IS 114 (44.92% from 255) = 46.34%
R=33.33%
G=20.33%
B=46.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82501140.280.5600.5527039.0232.16
Hex5232721C3803710e2720
Octal1226216234700674164740
Binary10100101100101110010111001110000110111100001110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523272; }

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

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

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

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

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

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

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

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