#504056

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

Shades of Bossanova #504056

Tints of Bossanova #504056

Color information

#504056 (or 0x504056) is unknown color: approx Bossanova. HEX triplet: 50, 40 and 56. RGB value is (80,64,86). Sum of RGB (Red+Green+Blue) = 80+64+86=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 86 - color contains mainly: blue. Hex color #504056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504056 is #AFBFA9. Grayscale: #474747. Windows color (decimal): -11517866 or 5652560. OLE color: 5652560.

HSL color Cylindrical-coordinate representation of color #504056: hue angle of 283.64º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #504056 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB806486-
CMYK0.070.2600.66
HSL283.64º14.67%29.41%-
HSV(B)283.64º25.58%33.73%-
XYZ6.826.049.61-
YUV71.29136.3134.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.78%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 86 (33.98% from 255) = 37.39%
R=34.78%
G=27.83%
B=37.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8064860.070.2600.66283.6414.6729.41
Hex50405671A04211cf1d
Octal12010012673201024341735
Binary1010000100000010101101111101001000010100011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504056; }

 p { color: rgb(80,64,86); }

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

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

 a { background-color: rgb(80,64,86); }

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

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

 span { border-color: rgb(80,64,86); }

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