#523753

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

Shades of Bossanova #523753

Tints of Bossanova #523753

Color information

#523753 (or 0x523753) is unknown color: approx Bossanova. HEX triplet: 52, 37 and 53. RGB value is (82,55,83). Sum of RGB (Red+Green+Blue) = 82+55+83=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 83 - color contains mainly: blue. Hex color #523753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523753 is #ADC8AC. Grayscale: #424242. Windows color (decimal): -11389101 or 5453650. OLE color: 5453650.

HSL color Cylindrical-coordinate representation of color #523753: hue angle of 297.86º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #523753 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB825583-
CMYK0.010.3400.67
HSL297.86º20.29%27.06%-
HSV(B)297.86º33.73%32.55%-
XYZ6.415.158.84-
YUV66.26137.45139.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.27%
GREEN value IS 55 (21.88% from 255) = 25%
BLUE value IS 83 (32.81% from 255) = 37.73%
R=37.27%
G=25%
B=37.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8255830.010.3400.67297.8620.2927.06
Hex52375312204312a141b
Octal1226712314201034522433
Binary101001011011110100111100010010000111001010101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523753; }

 p { color: rgb(82,55,83); }

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

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

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

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

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

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

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