#523575

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

Shades of Blue Diamond #523575

Tints of Blue Diamond #523575

Color information

#523575 (or 0x523575) is unknown color: approx Blue Diamond. HEX triplet: 52, 35 and 75. RGB value is (82,53,117). Sum of RGB (Red+Green+Blue) = 82+53+117=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #523575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523575 is #ADCA8A. Grayscale: #444444. Windows color (decimal): -11389579 or 7681362. OLE color: 7681362.

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

Color convert

RGB8253117-
CMYK0.300.5500.54
HSL267.19º37.65%33.33%-
HSV(B)267.19º54.7%45.88%-
XYZ7.965.6217.5-
YUV68.97155.11137.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.54%
GREEN value IS 53 (21.09% from 255) = 21.03%
BLUE value IS 117 (46.09% from 255) = 46.43%
R=32.54%
G=21.03%
B=46.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82531170.300.5500.54267.1937.6533.33
Hex5235751E3703610b2621
Octal1226516536670664134641
Binary10100101101011110101111101101110110110100001011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523575; }

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

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

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

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

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

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

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

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