#504853

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

Shades of Bossanova #504853

Tints of Bossanova #504853

Color information

#504853 (or 0x504853) is unknown color: approx Bossanova. HEX triplet: 50, 48 and 53. RGB value is (80,72,83). Sum of RGB (Red+Green+Blue) = 80+72+83=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 83 - color contains mainly: blue. Hex color #504853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504853 is #AFB7AC. Grayscale: #4B4B4B. Windows color (decimal): -11515821 or 5458000. OLE color: 5458000.

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

Color convert

RGB807283-
CMYK0.040.1300.67
HSL283.64º7.1%30.39%-
HSV(B)283.64º13.25%32.55%-
XYZ7.196.969.15-
YUV75.65132.15131.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.04%
GREEN value IS 72 (28.52% from 255) = 30.64%
BLUE value IS 83 (32.81% from 255) = 35.32%
R=34.04%
G=30.64%
B=35.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8072830.040.1300.67283.647.130.39
Hex5048534D04311c71e
Octal1201101234150103434736
Binary10100001001000101001110011010100001110001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504853; }

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

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

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

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

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

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

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

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