#523C52

Color #523C52 Bossanova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bossanova #523C52

Tints of Bossanova #523C52

Color information

#523C52 (or 0x523C52) is unknown color: approx Bossanova. HEX triplet: 52, 3C and 52. RGB value is (82,60,82). Sum of RGB (Red+Green+Blue) = 82+60+82=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 82 - color contains mainly: red, blue. Hex color #523C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523C52 is #ADC3AD. Grayscale: #454545. Windows color (decimal): -11387822 or 5389394. OLE color: 5389394.

HSL color Cylindrical-coordinate representation of color #523C52: hue angle of 300º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #523C52 is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB826082-
CMYK00.2700.68
HSL300º15.49%27.84%-
HSV(B)300º26.83%32.16%-
XYZ6.625.638.72-
YUV69.09135.29137.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.61%
GREEN value IS 60 (23.83% from 255) = 26.79%
BLUE value IS 82 (32.42% from 255) = 36.61%
R=36.61%
G=26.79%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82608200.2700.6830015.4927.84
Hex523C5201B04412cf1c
Octal1227412203301044541734
Binary1010010111100101001001101101000100100101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523C52; }

 p { color: rgb(82,60,82); }

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

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

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

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

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

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

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