#523D56

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

Shades of Bossanova #523D56

Tints of Bossanova #523D56

Color information

#523D56 (or 0x523D56) is unknown color: approx Bossanova. HEX triplet: 52, 3D and 56. RGB value is (82,61,86). Sum of RGB (Red+Green+Blue) = 82+61+86=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 86 - color contains mainly: blue. Hex color #523D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523D56 is #ADC2A9. Grayscale: #464646. Windows color (decimal): -11387562 or 5651794. OLE color: 5651794.

HSL color Cylindrical-coordinate representation of color #523D56: hue angle of 290.4º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #523D56 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB826186-
CMYK0.050.2900.66
HSL290.4º17.01%28.82%-
HSV(B)290.4º29.07%33.73%-
XYZ6.835.89.56-
YUV70.13136.96136.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.81%
GREEN value IS 61 (24.22% from 255) = 26.64%
BLUE value IS 86 (33.98% from 255) = 37.55%
R=35.81%
G=26.64%
B=37.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8261860.050.2900.66290.417.0128.82
Hex523D5651D042122111d
Octal1227512653501024422135
Binary1010010111101101011010111101010000101001000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,61,86); }

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

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

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

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

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

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

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