#503753

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

Shades of Bossanova #503753

Tints of Bossanova #503753

Color information

#503753 (or 0x503753) is unknown color: approx Bossanova. HEX triplet: 50, 37 and 53. RGB value is (80,55,83). Sum of RGB (Red+Green+Blue) = 80+55+83=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 83 - color contains mainly: blue. Hex color #503753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503753 is #AFC8AC. Grayscale: #414141. Windows color (decimal): -11520173 or 5453648. OLE color: 5453648.

HSL color Cylindrical-coordinate representation of color #503753: hue angle of 293.57º 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 #503753 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB805583-
CMYK0.040.3400.67
HSL293.57º20.29%27.06%-
HSV(B)293.57º33.73%32.55%-
XYZ6.245.068.83-
YUV65.67137.78138.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.70%
GREEN value IS 55 (21.88% from 255) = 25.23%
BLUE value IS 83 (32.81% from 255) = 38.07%
R=36.70%
G=25.23%
B=38.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8055830.040.3400.67293.5720.2927.06
Hex503753422043126141b
Octal1206712344201034462433
Binary10100001101111010011100100010010000111001001101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503753; }

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

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

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

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

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

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

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

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