#503953

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

Shades of Bossanova #503953

Tints of Bossanova #503953

Color information

#503953 (or 0x503953) is unknown color: approx Bossanova. HEX triplet: 50, 39 and 53. RGB value is (80,57,83). Sum of RGB (Red+Green+Blue) = 80+57+83=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 57 (22.66% from 255 or 25.91% 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 #503953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503953 is #AFC6AC. Grayscale: #424242. Windows color (decimal): -11519661 or 5454160. OLE color: 5454160.

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

Color convert

RGB805783-
CMYK0.040.3100.67
HSL293.08º18.57%27.45%-
HSV(B)293.08º31.33%32.55%-
XYZ6.335.268.86-
YUV66.84137.12137.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.36%
GREEN value IS 57 (22.66% from 255) = 25.91%
BLUE value IS 83 (32.81% from 255) = 37.73%
R=36.36%
G=25.91%
B=37.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8057830.040.3100.67293.0818.5727.45
Hex50395341F043125131b
Octal1207112343701034452333
Binary1010000111001101001110011111010000111001001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503953; }

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

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

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

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

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

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

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

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