#523E59

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

Shades of Bossanova #523E59

Tints of Bossanova #523E59

Color information

#523E59 (or 0x523E59) is unknown color: approx Bossanova. HEX triplet: 52, 3E and 59. RGB value is (82,62,89). Sum of RGB (Red+Green+Blue) = 82+62+89=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 89 - color contains mainly: blue. Hex color #523E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523E59 is #ADC1A6. Grayscale: #464646. Windows color (decimal): -11387303 or 5848658. OLE color: 5848658.

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

Color convert

RGB826289-
CMYK0.080.3000.65
HSL284.44º17.88%29.61%-
HSV(B)284.44º30.34%34.9%-
XYZ7.015.9610.23-
YUV71.06138.13135.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.19%
GREEN value IS 62 (24.61% from 255) = 26.61%
BLUE value IS 89 (35.16% from 255) = 38.20%
R=35.19%
G=26.61%
B=38.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8262890.080.3000.65284.4417.8829.61
Hex523E5981E04111c121e
Octal12276131103601014342236
Binary10100101111101011001100011110010000011000111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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