#503751

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

Shades of Bossanova #503751

Tints of Bossanova #503751

Color information

#503751 (or 0x503751) is unknown color: approx Bossanova. HEX triplet: 50, 37 and 51. RGB value is (80,55,81). Sum of RGB (Red+Green+Blue) = 80+55+81=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 81 - color contains mainly: blue. Hex color #503751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503751 is #AFC8AE. Grayscale: #414141. Windows color (decimal): -11520175 or 5322576. OLE color: 5322576.

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

Color convert

RGB805581-
CMYK0.010.3200.68
HSL297.69º19.12%26.67%-
HSV(B)297.69º32.1%31.76%-
XYZ6.165.038.43-
YUV65.44136.78138.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.04%
GREEN value IS 55 (21.88% from 255) = 25.46%
BLUE value IS 81 (32.03% from 255) = 37.5%
R=37.04%
G=25.46%
B=37.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8055810.010.3200.68297.6919.1226.67
Hex50375112004412a131b
Octal1206712114001044522333
Binary101000011011110100011100000010001001001010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503751; }

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

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

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

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

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

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

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

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