#523F59

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

Shades of Bossanova #523F59

Tints of Bossanova #523F59

Color information

#523F59 (or 0x523F59) is unknown color: approx Bossanova. HEX triplet: 52, 3F and 59. RGB value is (82,63,89). Sum of RGB (Red+Green+Blue) = 82+63+89=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 89 - color contains mainly: blue. Hex color #523F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523F59 is #ADC0A6. Grayscale: #474747. Windows color (decimal): -11387047 or 5848914. OLE color: 5848914.

HSL color Cylindrical-coordinate representation of color #523F59: hue angle of 283.85º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #523F59 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB826389-
CMYK0.080.2900.65
HSL283.85º17.11%29.8%-
HSV(B)283.85º29.21%34.9%-
XYZ7.066.0710.25-
YUV71.64137.79135.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.04%
GREEN value IS 63 (25% from 255) = 26.92%
BLUE value IS 89 (35.16% from 255) = 38.03%
R=35.04%
G=26.92%
B=38.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8263890.080.2900.65283.8517.1129.8
Hex523F5981D04111c111e
Octal12277131103501014342136
Binary10100101111111011001100011101010000011000111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,63,89); }

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

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

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

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

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

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

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