#523471

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

Shades of Blue Diamond #523471

Tints of Blue Diamond #523471

Color information

#523471 (or 0x523471) is unknown color: approx Blue Diamond. HEX triplet: 52, 34 and 71. RGB value is (82,52,113). Sum of RGB (Red+Green+Blue) = 82+52+113=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 113 - color contains mainly: blue. Hex color #523471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523471 is #ADCB8E. Grayscale: #434343. Windows color (decimal): -11389839 or 7418962. OLE color: 7418962.

HSL color Cylindrical-coordinate representation of color #523471: hue angle of 269.51º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #523471 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8252113-
CMYK0.270.5400.56
HSL269.51º36.97%32.35%-
HSV(B)269.51º53.98%44.31%-
XYZ7.695.4416.27-
YUV67.92153.44138.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.20%
GREEN value IS 52 (20.70% from 255) = 21.05%
BLUE value IS 113 (44.53% from 255) = 45.75%
R=33.20%
G=21.05%
B=45.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82521130.270.5400.56269.5136.9732.35
Hex5234711B3603810e2520
Octal1226416133660704164540
Binary10100101101001110001110111101100111000100001110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523471; }

 p { color: rgb(82,52,113); }

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

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

 a { background-color: rgb(82,52,113); }

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

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

 span { border-color: rgb(82,52,113); }

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