#503951

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

Shades of Bossanova #503951

Tints of Bossanova #503951

Color information

#503951 (or 0x503951) is unknown color: approx Bossanova. HEX triplet: 50, 39 and 51. RGB value is (80,57,81). Sum of RGB (Red+Green+Blue) = 80+57+81=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 81 - color contains mainly: blue. Hex color #503951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503951 is #AFC6AE. Grayscale: #424242. Windows color (decimal): -11519663 or 5323088. OLE color: 5323088.

HSL color Cylindrical-coordinate representation of color #503951: hue angle of 297.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #503951 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB805781-
CMYK0.010.3000.68
HSL297.5º17.39%27.06%-
HSV(B)297.5º29.63%31.76%-
XYZ6.265.238.46-
YUV66.61136.12137.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.70%
GREEN value IS 57 (22.66% from 255) = 26.15%
BLUE value IS 81 (32.03% from 255) = 37.16%
R=36.70%
G=26.15%
B=37.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8057810.010.3000.68297.517.3927.06
Hex50395111E04412a111b
Octal1207112113601044522133
Binary10100001110011010001111110010001001001010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503951; }

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

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

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

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

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

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

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

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