#523576

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

Shades of Blue Diamond #523576

Tints of Blue Diamond #523576

Color information

#523576 (or 0x523576) is unknown color: approx Blue Diamond. HEX triplet: 52, 35 and 76. RGB value is (82,53,118). Sum of RGB (Red+Green+Blue) = 82+53+118=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #523576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523576 is #ADCA89. Grayscale: #444444. Windows color (decimal): -11389578 or 7746898. OLE color: 7746898.

HSL color Cylindrical-coordinate representation of color #523576: hue angle of 266.77º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #523576 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8253118-
CMYK0.310.5500.54
HSL266.77º38.01%33.53%-
HSV(B)266.77º55.08%46.27%-
XYZ8.025.6517.81-
YUV69.08155.61137.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.41%
GREEN value IS 53 (21.09% from 255) = 20.95%
BLUE value IS 118 (46.48% from 255) = 46.64%
R=32.41%
G=20.95%
B=46.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82531180.310.5500.54266.7738.0133.53
Hex5235761F3703610b2622
Octal1226516637670664134642
Binary10100101101011110110111111101110110110100001011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523576; }

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

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

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

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

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

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

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

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