#503C53

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

Shades of Bossanova #503C53

Tints of Bossanova #503C53

Color information

#503C53 (or 0x503C53) is unknown color: approx Bossanova. HEX triplet: 50, 3C and 53. RGB value is (80,60,83). Sum of RGB (Red+Green+Blue) = 80+60+83=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 83 - color contains mainly: blue. Hex color #503C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503C53 is #AFC3AC. Grayscale: #444444. Windows color (decimal): -11518893 or 5454928. OLE color: 5454928.

HSL color Cylindrical-coordinate representation of color #503C53: hue angle of 292.17º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #503C53 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB806083-
CMYK0.040.2800.67
HSL292.17º16.08%28.04%-
HSV(B)292.17º27.71%32.55%-
XYZ6.495.568.92-
YUV68.6136.13136.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.87%
GREEN value IS 60 (23.83% from 255) = 26.91%
BLUE value IS 83 (32.81% from 255) = 37.22%
R=35.87%
G=26.91%
B=37.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8060830.040.2800.67292.1716.0828.04
Hex503C5341C043124101c
Octal1207412343401034442034
Binary1010000111100101001110011100010000111001001001000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503C53; }

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

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

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

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

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

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

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

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